I get this error in the gnome-tweak-tool konsole dialog
CRITICAL: Error parsing schema org.gnome.shell (/usr/share/glib-2.0/schemas/org.gnome.shell.gschema.xml)
And then a series of other errors which state 'unknown extension error'.
All of the extensions show, but none of them can be switched on. Any ideas?
Best Answer
Using konsole has nothing to do with this.
Changed the files as mentioned in the article below:
/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py
/usr/lib/python2.7/dist-packages/gtweak/gsettings.py
Now have full access to all shell extensions. A few don't work (alt+tab one for example) but they are all accessible, and there is no longer an error from
gnome-tweak-tool
.Steps
Replace lines 48-61 of
/usr/lib/python2.7/dist-packages/gtweak/gshellwrapper.py
:with these:
This should get all extensions working.
Lastly, to clear up the remaining errors, replace lines 44-52 of
/usr/lib/python2.7/dist-packages/gtweak/gsettings.py
:with these:
(Ubuntu Forums source)