Review of "Evil Status Icon Forever" version 4

Details Page Preview

This is a GNOME 3.2 / 3.4 shell extensions that let users have good old applet-like notification area on the top bar and remove built-in status icon of your choice. Please see [https://github.com/brianhsu/EvilStatusIconForever] to know how to use it. After configure and enable this extension, you need restart GNOME 3.2 / 3.4 to make it work (Alt-F2, enter r).

Extension Homepage
http://github.com/brianhsu/EvilStatusIconForever

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
8 Active
7 Active
6 Rejected
5 Active
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

gcampax posted a review
This way of destroying the shell status indicator (destroying the actor without destroying the delegate or disconnecting signals) will create a mess, if your extension is enabled and disabled multiple times, potentially crashing the shell, in particular with the most complex indicators (battery, bluetooth, network, but even a11y is at danger, if GSettings emits a change notify). Please don't destroy them, just hide them.