Review of "System Monitor" version 6

Details Page Preview

CPU, GPU, RAM, Swap, Network speed in your panel

Extension Homepage
https://extensions.gnome.org/extension/9838/system-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 did not find any issues.

All Versions

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

Previous Reviews on this Version

fmuellner rejected
// CommonJS imports (compatible with GNOME 40-50) That's not true. You *can* use legacy imports for anything that does not use "import" or "export" statements, but for anything that does it is an error to load it as file rather than a module. That does affect all imports from gnome-shell like Main, PopupMenu or PanelMenu. So no, this extension version may be compatible with versions 40-44, but it is definitely broken with everything newer.