Review of "Overview or Applications" version 1

Details Page Preview

NOT MAINTAINED ANYMORE Show Applications grid with right click on Activities button. At the moment, it does not work along Desktop Icons extension.


No comments.

FAQ

Files

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

All Versions

Version Status
2 Active
1 Rejected

Previous Reviews on this Version

andyholmes rejected
Please disconnect all signals connected in `enable()` in `disable()`. The result of your current code is that each time the screen is unlocked or a session starts, a new signal connection will be made but never disconnected. The result here is cumulative. See https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review for more information.