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.
| Version | Status |
|---|---|
| 10 | Active |
| 9 | Rejected |
| 8 | Active |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Active |
| 1 | Rejected |
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. Timeout should be removed on destroy (line 84 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) 3. You already have `this._settings` (line 286-287 `extension.js`). 4. Remove line 285-292 `extension.js`. `this._folderManager.resetLayout()` should be happening in `WizardToggle.destroy()`. 5. line 295 `extension.js` should be moved to `WizardIndicator.destroy()`.
Hello there, uploaded version 7 for review. 1. Removed the gschema.compiled from the .zip 2. all GLib sources are now tracked and cleared (timeouts are now canceled in destroy(): L51–L57, L83–L96, L261–L264) 3.: no extra getSettings() in disable(); see L291–L296. 4. Layout reset moved from disable() to toggle destroy (WizardToggle.destroy() resets layout and cancels sources: L261–L264) 5. WizardIndicator.destroy() now destroys quickSettings items: L276–L280 Thanks for your time and patience <3
the `schemas/gschemas.compiled` didn't got removed properly in my version 7 upload, re-uploaded the file extension and version 8 has no gschema.compiled anymore