Ubuntu – How to configure gnome-shell extensions installed from the official website

11.10dconfextensiongnome

I always configure installed gnome-shell extensions from dconf-editor, but after installing extensions from the official site i couldn't configure the installed extensions from the official site (i didn't found the them in dconf-editor under org >> gnome >> shell >> extensions).

so how to configure installed extensions from the official site ???

Best Answer

for now you can not do that.

the extensions from the official site which still in alpha, cannot be modified using dconf. (at least some of them).

but you can still modify them, by going to the extension.js and .css files in /home/username/.local/share/gnome-shell/extensions.

Related Question