Review of "Overview Background" version 1

Details Page Preview

Add background in overview

Extension Homepage
https://github.com/howbea/overview-background

No comments.

FAQ

Files

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

All Versions

Version Status
19 Active
18 Rejected
17 Active
16 Active
15 Active
14 Inactive
13 Active
12 Inactive
11 Inactive
10 Inactive
9 Active
8 Active
7 Active
6 Rejected
5 Inactive
4 Inactive
3 Inactive
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Fix indentation (line 100 extension.js) 2. Remove `stylesheet.css` since you are not using it: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#don-t-include-unnecessary-files 3. Please add GitHub or GitLab url to the metadata.json: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed 4. Remove unnecessary imports (line 21-22 extension.js). 5. Don't use the instance that init returns for `connectObject()` (line 91 and 95 extension.js). We don't want that fail in case the extension instance not getting destroyed. So, you should explicitly destroy the object used for `connectObject()` in disable. If you need any help with your extension you can ask us on: - [GNOME Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions