Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gnome Shell extensions not loading, no error message available

I have two gnome-shell extensions that don't appear to be loading after upgrading to 3.24. In gnome-tweak-tool they have a warning sign icon with "Error loading extension", and nothing else. I tried using looking glass (lg), and it just says "Error", and that the extension "has not reported any errors".

How can I debug the extension to find out why exactly it's not loading?

like image 722
Ben Davis Avatar asked Apr 27 '17 21:04

Ben Davis


2 Answers

I found the error in the systemd journal:

$ sudo journalctl /usr/bin/gnome-shell
like image 184
Ben Davis Avatar answered Nov 29 '22 22:11

Ben Davis


As mentioned on the Github page.

A Shell reload is required. Press Alt+F2 r Enter and the extension has to be enabled with gnome-tweak-tool or with dconf.

As mentioned on Dash to Dock's User reviews. Make sure you disable Ubuntu Dock if you are using this in Ubuntu, otherwise you are going to have conflicts.

To disable Ubuntu Dock type the following in terminal:

gnome-extensions disable [email protected]
like image 41
Kapil Avatar answered Nov 29 '22 21:11

Kapil