UshakovVasilii / gnome-shell-extension-freon

Shows CPU temperature, disk temperature, video card temperature (NVIDIA/Catalyst/Bumblebee&NVIDIA), voltage and fan RPM
https://extensions.gnome.org/extension/841/freon
GNU General Public License v2.0
431 stars 77 forks source link

Installation error: ExtractExtensionError #166

Open EvgenyMakarov opened 4 years ago

EvgenyMakarov commented 4 years ago

When I am trying to install the extension through Firefox, the directory ~/.local/share/gnome-shell/extensions/freon@UshakovVasilii_Github.yahoo.com is created but is empty. The command sudo journalctl /usr/bin/gnome-shell shows the message "Error while installing freon@UshakovVasilii_Github.yahoo.com: ExtractExtensionError ()". The same message occurs when I am trying to install the extension through Ubuntu Software.

If I download the extension from GitHub and copy recursively the directory freon@UshakovVasilii_Github.yahoo.com to ~/.local/share/gnome-shell/extensions/, as described in the wiki, then restart Gnome and enable the extension in Gnome tweaks, I get an error

Failed to open file “~/.local/share/gnome-shell/extensions/freon@UshakovVasilii_Github.yahoo.com/schemas/gschemas.compiled”: open() failed: No such file or directory

I have Ubuntu 19.10 with GNOME Shell 3.34.1.

jonasmalacofilho commented 4 years ago

Failed to open file “~/.local/share/gnome-shell/extensions/freon@UshakovVasilii_Github.yahoo.com/schemas/gschemas.compiled”: open() failed: No such file or directory

You need to run glib-compile-schemas:

$ cd ~/.local/share/gnome-shell/extensions/freon@UshakovVasilii_Github.yahoo.com
$ glib-compile-schemas schemas

EDIT: just updated the wiki to reflect this.

No idea about the other error.