Review of "CORE STATS" version 6

Details Page Preview

Display hardware temperatures (CPU, GPU, NVMe, etc.)

Extension Homepage
https://github.com/devilbd/gnome-extensions/tree/main/core-stats

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) warning 1

Shexli found 1 issue that may need reviewer attention.

EGO-L-004 warning

main loop sources should be removed in disable()

Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.

Remove main loop sources

  • extension.js:72
            GLib.timeout_add(GLib.PRIORITY_DEFAULT, 100, () => {
                this._initAsync().catch(e => logError(e, 'CoreStats'));
                return GLib.SOURCE_REMOVE;
            })

All Versions

Version Status
8 Unreviewed
7 Rejected
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Rejected
1 Rejected

Previous Reviews on this Version

devilbd auto- rejected
Auto-rejected because of new version 7 was uploaded