Review of "Docker" version 1

Details Page Preview

Quick access to Docker and Docker Compose.

Extension Homepage
https://gitlab.com/stickman_0x00/gnome_shell_extension_docker

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

Previous Reviews on this Version

JustPerfection rejected
1. Also null out `settings` in disable (extension.js line 13). Or remove that line since you are not using anything from gsettings object. 2. Remove unnecessary logs: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#no-excessive-logging 3. You cannot use loop.run in extensions (line 60 lib/docker.js). You can use this example instead: https://gjs.guide/guides/gio/subprocesses.html#complete-examples 4. 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 5. What are you exactly trying to do in prefs.js? Because I see you are create an empty window. 6. Your schemas file doesn't have any fields. 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