Review of "Activity App Launcher" version 28

Details Page Preview

Integrates a category-based application launcher in the activities window. IMPORTANT: it needs the 'gnome-menus' and 'libgnome-menu-3-dev'; they must be installed in the system before installing this extension.

Extension Homepage
https://gitlab.com/rastersoft/activityAppLauncher

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 rejected
1. You cannot create objects in init: https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Only_use_.60init.28.29.60_for_initialization Move these lines to enable: ``` this._appSys = Shell.AppSystem.get_default(); this._settings = this._get_schema(SCHEMA); ``` 2. You don't need to use custom function for getting settings. use `this._settings = ExtensionUtils.getSettings(schema);` instead. 3. Please remove Lang for the next version. The instruction is in version 27 review.