Review of "Running Apps List" version 6

Details Page Preview

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.

Extension Homepage
https://github.com/TheKelseyJack/Running-Apps-List

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
10 Active
9 Rejected
8 Rejected
7 Active
6 Rejected
5 Active
4 Active
3 Active
2 Rejected
1 Active

Previous Reviews on this Version

JustPerfection waiting for author
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'}); ```
npac posted a review
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.
JustPerfection rejected
np ;)