Review of "SSH Watchdog" version 1.0.1 (2)

Details Page Preview

Monitor and manage active SSH sessions directly from the top bar. Includes per-session details (user/IP/TTY), connect/disconnect notifications, and safe session termination controls.

Extension Homepage
https://github.com/MiguelRegueiro/ssh-watchdog

No comments.

Diff Against

Files

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

All Versions

Version Status
5 Active
4 Active
1.0.3 (3) Inactive
1.0.1 (2) Rejected
1.0.0 (1) Rejected

Previous Reviews on this Version

JustPerfection rejected
1. Please remove `schemas/gschemas.compiled`. Not needed for 45+ packages. 2. Don't need to use any parameters for `this.getSettings()` since you already have that in `metadata.json`. 3. Remove line 264, 267-268 `extension.js`. 4. Instead of holding signal ids in a property, use `connectObject()` and `disconnectObject()` for easier cleanup. 5. Don't use sync spawn since that can freeze the shell process (line 93 `extension.js`): [GJS Guide: Subprocesses](https://gjs.guide/guides/gio/subprocesses.html#complete-examples) 6. Move line 22 to the `SSHWatchdogIndicator` class. [Extension Anatomy: donations](https://gjs.guide/extensions/overview/anatomy.html#donations) 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