Simple GNOME extension to monitor and manage WinBoat Docker container. This extension provides a panel indicator for WinBoat container status, allowing you to start, stop, and restart the container, as well as view resource usage statistics.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 3 | Unreviewed |
| 2 | Active |
| 1 | Rejected |
1. Please remove 43-44 since it is not compatible with those versions. 2. 404 URL in `metadata.json`. 3. Don't use sync spawn since that can freeze the shell process (line 208, 222, 445, 489, 535, 585, 629, 676, 740 `extension.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 4. Use `console.*` instead of `log()`. For debug use `console.debug()` instead of `console.log()`. Btw, you don't need to check for debug mode on each log. You can create a helper function for that. [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 5. Timeout should be removed on destroy and before creating a new one (line 506, 558, 609, 822 `extension.js`): [EGO Review Guidelines: Timeout](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#remove-main-loop-sources) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
Thank you for the feedback - I'll fix it.