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

Unable to install on Pop_os

Open M0hammedImran opened this issue 3 years ago • 2 comments

The settings of extension [email protected] had an error:

Error: Requiring Clutter, version none: Typelib file for namespace 'Clutter' (any version) not found

Stack trace:

@/home/imran/.local/share/gnome-shell/extensions/[email protected]/compat.js:2:17
set_value@/home/imran/.local/share/gnome-shell/extensions/[email protected]/prefs.js:197:26
add@/home/imran/.local/share/gnome-shell/extensions/[email protected]/prefs.js:378:18
SystemMonitor_App/<@/home/imran/.local/share/gnome-shell/extensions/[email protected]/prefs.js:530:48
SystemMonitor_App@/home/imran/.local/share/gnome-shell/extensions/[email protected]/prefs.js:488:14
buildPrefsWidget@/home/imran/.local/share/gnome-shell/extensions/[email protected]/prefs.js:551:18
_init@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:207:40
OpenExtensionPrefsAsync/<@resource:///org/gnome/Shell/Extensions/js/extensionsService.js:122:28
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:22
run@resource:///org/gnome/Shell/Extensions/js/dbusService.js:177:20
main@resource:///org/gnome/Shell/Extensions/js/main.js:19:13
run@resource:///org/gnome/gjs/modules/script/package.js:206:19
start@resource:///org/gnome/gjs/modules/script/package.js:190:8
@/usr/share/gnome-shell/org.gnome.Shell.Extensions:1:17

My Setup

$ uname -a

Linux pop-os 5.15.5-76051505-generic #202111250933~1638201579~21.04~09f1aa7-Ubuntu SMP Tue Nov 30 02: x86_64 x86_64 x86_64 GNU/Linux

M0hammedImran avatar Dec 09 '21 05:12 M0hammedImran

hey @M0hammedImran, you can get past this error by installing gir1.2-gtkclutter-1.0 via:

apt install gir1.2-gtkclutter-1.0

But, there is still an issue with later versions of gnome.


edit: check this for a fix.

adonley avatar Dec 10 '21 06:12 adonley

works after installing the necessary dependencies...silly me for not looking at the readme:

$ sudo apt install gir1.2-gtop-2.0 gir1.2-nm-1.0 gir1.2-clutter-1.0 gnome-system-monitor

ianhundere avatar Jan 27 '22 19:01 ianhundere