isDipesh / gnome-shell-extension-sensors

Gnome shell extension: Shows CPU temperature, HDD temperature, voltage and fan RPM
https://motorscript.com/gnome-shell-extension-sensors/
161 stars 150 forks source link

Gnome 3.18 #129

Open dmaglio opened 8 years ago

dmaglio commented 8 years ago

Not compatible with Gnome 3.18 (Fedora 23)

tntturtl commented 8 years ago

Sadly same issue on Gnome 3.18.2. Extension installs fine but it cannot be activated. Warning message says 'Extension does not support shell version'

shusain commented 8 years ago

If you edit ~/.local/share/gnome-shell/extensions/temperature@xtranophilist/manifest.json you can add 3.18 to the list of supported gnome-shell versions. After that I restarted gnome (alt+f2 then type r and hit enter) and started the tweak tool and saw I could turn it on.

Unshackle8078 commented 7 years ago

Doesn't install for me.

failure84 commented 7 years ago
sudo apt install git lm-sensors gnome-common libglib2.0-dev libsensors-applet-plugin0
cd ~ && git clone https://github.com/xtranophilist/gnome-shell-extension-sensors.git
cd ~/gnome-shell-extension-sensors
./autogen.sh
make
make local-install
--- metadata.json.orig  2017-02-02 20:30:14.681381734 +0100
+++ metadata.json   2017-02-02 20:17:49.151644481 +0100
@@ -7,7 +7,8 @@
     "3.10",
     "3.12",
     "3.14",
-    "3.16"
+    "3.16",
+    "3.18"
   ],
   "localedir": "/usr/local/share/locale",
   "url": "https://github.com/xtranophilist/gnome-shell-extension-sensors", 

ALT+F2 r for reload start tweak tool enable the addon.

its works for me on this system: Distributor ID: Ubuntu Description: Ubuntu 16.04.1 LTS Release: 16.04 Codename: xenial ii gnome-shell 3.18.5-0ubuntu0. amd64 graphical shell for the GNOME desktop