Toggle the Looking Glass visibility by clicking on a panel icon. And from version 4 left clicking on the icon show a menu with new features like Restart Gnome Shell (not available on Wayland), Reload Theme, Open Extension Folder and Open Theme Folder. Version 4 also drop the compatibility with Gnome Shell 3.30.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
2.3.0 (18) | Active |
17 | Rejected |
16 | Active |
15 | Active |
14 | Active |
13 | Rejected |
12 | Active |
11 | Active |
10 | Active |
9 | Active |
8 | Active |
7 | Active |
6 | Active |
5 | Active |
4 | Active |
3 | Active |
2 | Active |
1 | Active |
1. You cannot create instances in global scope which is the same as init: - line 230 extension.js (to fix that, null it out in disable). - line 66 prefs.js (to fix that, do `new LGButtonPrefsWidgetAdw(this.getSettings());` instead). https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. Remove line 72 prefs.js. Also create your widget inside `fillPreferencesWindow()` not `getPreferencesWidget()` and add it to the window.