paradoxxxzero / gnome-shell-system-monitor-applet

Display system informations in gnome shell status bar, such as memory usage, cpu usage, network rates…
GNU General Public License v3.0
1.75k stars 324 forks source link

Error after 22.04 today upgrade #750

Closed mcastagnaa closed 2 years ago

mcastagnaa commented 2 years ago

image

bmaupin commented 2 years ago

You're probably missing a dependency; try this:

sudo apt install gir1.2-gtop-2.0

This is more or less a duplicate of #737. You'll see a lot more helpful information there.

mcastagnaa commented 2 years ago

That did the job! Thank you.