Review of "system-monitor" version 13

Details Page Preview

Display system information in GNOME Shell status bar, such as memory, CPU, disk and battery usages, network rates…

Extension Homepage
https://github.com/paradoxxxzero/gnome-shell-system-monitor-applet

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

Previous Reviews on this Version

Jasper St. Pierre posted a review
Woah, lots of code to look over. > this.parent('sm-tooltip-box'); Seems wrong, this should be `this.parent(sourceActor, 'sm-tooltip-box');`, no? > "big memory leak" You can force a GC: const System = imports.system; System.gc(); Requires 3.4, though.
Jasper St. Pierre posted a review
Inactivate and re-upload if you want to fix the errors.