A gnome shell extension that simplifies organizing your applications into predefined categories in the app grid.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-005 warning
owned object references should be released in disable()
Owned references that are cleaned up in `disable()` should also be released with `null` or `undefined`.
extension.js:37
this._folderSettings = new Gio.Settings({schema_id: APP_FOLDER_SCHEMA_ID})
extension.js:39
this._shellSettings = new Gio.Settings({schema_id: 'org.gnome.shell'})
| Version | Status |
|---|---|
| 13 | Active |
| 12 | Active |
| 11 | Rejected |
| 10 | Active |
| 9 | Rejected |
| 8 | Active |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Active |
| 1 | Rejected |
Please avoid sending unnecessary code (unnecessary `=== 'function'` checks and try-catch warppers): [EGO Review Guidelines: AI](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#extensions-must-not-be-ai-generated) Also, line 368 `extension.js` is unnecessary. You already have `this.openPreferences()` in the entry point.