Review of "Overview Background" version 1

Details Page Preview

Add current desktop wallpaper to the overview background

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.

Shexli (experimental)

Shexli has not produced a result yet.

All Versions

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