elvetemedve / gnome-shell-extension-system-monitor

Gnome Shell extension for displaying resource usage
GNU General Public License v3.0
87 stars 14 forks source link

it doesn't work in gnome 3.28.4 Error: Requiring GTop, version none: Typelib file for namespace 'GTop' (any version) not found #61

Closed MeepoAII closed 4 years ago

MeepoAII commented 4 years ago

Hello, I want to use System-monitor in my ubuntu18.04, and my gnome-shell version is 3.28.4, I get the error messages as follows: gnome-shell[1796]: Extension "System_Monitor@bghome.gmail.com" had error: Error: Requiring GTop, version none: Typelib file for namespace 'GTop' (any version) not found

I' ve looked around and it seems nobody get the exact same problem with me.

and what can i do for this problem? Thanks in advance!

and i reinstall it, there is more messages:

Some code accessed the property 'ENABLED_EXTENSIONS_KEY' on the module 'extensionSystem'. That property was defined with 'let' or 'const' inside the module. This Extension "System_Monitor@bghome.gmail.com" had error: Error: Requiring GTop, version none: Typelib file for namespace 'GTop' (any version) not found org.gnome.Shell.desktop[5578]: [5686:5704:0807/133206.344132:ERROR:socket_stream.cc(219)] Closing stream with result -2

elvetemedve commented 4 years ago

Hi @MeepoAII,

That's because the extension requires an external library called Libgtop. Check out the installation guide how to get that on Ubuntu.