Review of "Shell Fast Organizer" version 1

Details Page Preview

Add a right-click menu to the App Grid and Dash to automatically organize applications into category folders.

Extension Homepage
https://github.com/lsantiagoba/shell-fast-organizer

No comments.

FAQ

Files

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

Shexli (experimental) error 1 warning 1

Shexli found 2 issues that may need reviewer attention.

EGO-P-003 error

GSettings schema XML must be present in package

Extension appears to use GSettings but no `.gschema.xml` file is included in the package.

GSettings Schemas

EGO-L-002 warning

objects created by extension should be destroyed in disable()

Objects assigned in `enable()` are missing matching `.destroy()` calls in `disable()` or its helper methods.

Destroy all objects

  • extension.js:98
    this._menuManager = new PopupMenu.PopupMenuManager(this)

All Versions

Version Status
4 Active
3 Rejected
2 Active
1 Active

Previous Reviews on this Version

fmuellner active
`Gio.AppInfo.get_all()` is quite expensive in terms of IO, as it has to traverse all .desktop folders. It would be better to use `Shell.AppSystem.get_default().get_installed()` instead, which returns cached app infos.