Review of "AppIndicator and KStatusNotifierItem Support" version 41

Details Page Preview

Adds AppIndicator, KStatusNotifierItem and legacy Tray icons support to the Shell

Extension Homepage
https://github.com/ubuntu/gnome-shell-extension-appindicator

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

Previous Reviews on this Version

JustPerfection waiting for author
prefs.js: `imports.misc.extensionUtils;` in try catch block never throws any error since we have that in 3.34 and higher. and `Me` will be a correct value all the time. so those lines depending on them will never be executed. The question is: Why are you doing it like that?
3v1n0 posted a review
@JustPerfection: I want to be able to quickly run the prefs as standalone application with `gjs prefs.js` in both gtk3 and gtk4 for faster development, thus that. As you said that won't never happen when running inside the shell, so the code is relevant only here.
JustPerfection active