mgalgs / gnome-shell-system-monitor-applet

Display system informations in gnome shell status bar, such as memory usage, cpu usage, network rates…
https://extensions.gnome.org/extension/3010/system-monitor-next/
GNU General Public License v3.0
220 stars 19 forks source link

Version 67 on extensions.gnome.org is missing common.js #75

Closed StephGbzh closed 6 months ago

StephGbzh commented 6 months ago

I got a notification to upgrade the extension but even after a logout/login it fails. It turns out that the new version 67 on extensions.gnome.org is missing the file common.js Adding it manually from the github repo and logout/login make it work again.

ZimbiX commented 6 months ago

Thanks for the report! I've just submitted a PR which should fix this

ShrirajHegde commented 6 months ago

For those who have this issue, and need a quick fix,

curl https://raw.githubusercontent.com/mgalgs/gnome-shell-system-monitor-applet/master/system-monitor-next%40paradoxxx.zero.gmail.com/common.js > ~/.local/share/gnome-shell/extensions/system-monitor-next@paradoxxx.zero.gmail.com/common.js

Restart if you are xorg (ALT+F2 and type r, then press enter). Relogin on Wayland.

mgalgs commented 6 months ago

Holy smokes! Thanks for the quick turnaround on a patch, @ZimbiX. As mentioned in the PR, I'm really itching for some CI on this thing... #77 has been filed.

mgalgs commented 6 months ago

A new build has been submitted to g.s.o with the fix and the problematic release has been deactivated, btw.