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 Gnome Legacy.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 12 | Active |
| 11 | Rejected |
| 10 | Active |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Active |
| 6 | Rejected |
| 5 | Active |
| 4 | Active |
| 3 | Active |
| 2 | Rejected |
| 1 | Active |
Please skip this version, found a last minute bug that stops it running.
1. If you want to get the custom schema use `ExtensionUtils.getSettings()` (line 107 extension.js, line 18 prefs.js). 2. Please remove `po/running-apps.pot`: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 3. Creating more than one instance of the same gsettings isn't good (line 107, 143 and 173 extension.js). You can create it only once in `RunningAppList._init()` and use it inside all of those methods. 4. Please remove line 248 (extension.js) That's fatal error.