gnome-shell-extension-sensors icon indicating copy to clipboard operation
gnome-shell-extension-sensors copied to clipboard

Gnome 3.18

Open dmaglio opened this issue 9 years ago • 4 comments

Not compatible with Gnome 3.18 (Fedora 23)

dmaglio avatar Nov 10 '15 09:11 dmaglio

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'

tntturtl avatar Mar 18 '16 12:03 tntturtl

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.

shusain avatar May 01 '16 03:05 shusain

Doesn't install for me.

Snowman3456 avatar Sep 09 '16 00:09 Snowman3456

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

failure84 avatar Feb 02 '17 19:02 failure84