Review of "Shell Fast Organizer" version 4

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.

Diff Against

Files

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

Shexli (experimental) error 1

Shexli found 1 issue 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

All Versions

Version Status
4 Active
3 Rejected
2 Active
1 Active

Previous Reviews on this Version

JustPerfection active
Approved but you can already use `_()` after doing this in `extension.js`: ```js import {Extension, gettext as _} from 'resource:///org/gnome/shell/extensions/extension.js'; ```