Review of "Resource Monitor" version 3

Details Page Preview

Real-time system monitor for the GNOME Shell top bar. Tracks CPU, RAM, swap, disk, network, and GPU usage with optional thermal metrics and customizable panel formatting.

Extension Homepage
https://github.com/0ry0n/Resource_Monitor/

No comments.

Diff Against

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

andyholmes posted a review
Thanks for the changes, but your extension still calls `connectSetting()` in `init()` which connects many signals. The handlers for these signals will hold a reference to GSettings object and reference objects that may not even exist if the extension is disabled or uninstalled. For this reason all signals should be connected in `enable()` and the id returned by `GObject.connect()` should be used to disconnect them in `disable()`.
andyholmes rejected
newer version approved