gnome-shell-system-monitor-applet icon indicating copy to clipboard operation
gnome-shell-system-monitor-applet copied to clipboard

Needs update to run on GNOME 44

Open FastThenLeft opened this issue 2 years ago • 2 comments

Ubuntu 23.04 released today and it uses GNOME 44 so the extension doesn't install anymore.

FastThenLeft avatar Apr 21 '23 00:04 FastThenLeft

A workaround for the impatient: edit the file ~/.local/share/gnome-shell/extensions/system-monitor[-next]@paradoxxx.zero.gmail.com/metadata.json and add "44" to the list:

...
    "42",
    "43",
    "44"
...

Then restart the shell (Alt+F2 → r → Enter on Xorg) or the session.

yktoo avatar Apr 21 '23 07:04 yktoo

Thank you very much!

FastThenLeft avatar Apr 21 '23 07:04 FastThenLeft