Review of "RunCat" version 26

Details Page Preview

The cat tells you the CPU usage by running speed

Extension Homepage
https://github.com/win0err/gnome-runcat

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

JustPerfection active
Thanks!
Sergei Kolesnikov posted a review
Changes requested by @JustPerfection. I have a question: why is there this inconsistency (`shell/extensions` and `Shell/Extensions`)? It is super-weird. ``` import { gettext as _ } from 'resource:///org/gnome/shell/extensions/extension.js' // but import { gettext as _ } from 'resource:///org/gnome/Shell/Extensions/js/extensions/prefs.js' ```
JustPerfection posted a review
Yeah, because prefs is in different process than GNOME Shell. Mapping can fix that but it's not ready yet. Maybe for 46.
Sergei Kolesnikov posted a review
Thanks for the answer!