List of all running apps from a single panel icon. A basic replacement for Window List, taking up less space and similar to the applet in Legacy Gnome.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
10 | Active |
9 | Rejected |
8 | Rejected |
7 | Active |
6 | Rejected |
5 | Active |
4 | Active |
3 | Active |
2 | Rejected |
1 | Active |
1. Where do you use that schema in your code? 2. Don't use ExtensionUtils to get GNOME Shell gsettings schema (line 94 extension.js). Use this instead: ```js let desktopSettings = new Gio.Settings({schema: 'org.gnome.desktop.wm.preferences'}); ```
Sorry about that, still getting used to writing extensions, and getting conflicting methods from looking at the code of other extensions. I'll remove the schema file until I've got the preferences code done. I'll change the ExtensionUtils line and resubmit.