2

How do I resolve these error:

$ gsettings set org.gnome.shell.extensions.blur-my-shell.panel blur false
No such schema “org.gnome.shell.extensions.blur-my-shell.panel”
Command 'gsettings set org.gnome.shell.extensions.blur-my-shell.panel blur false' returned non-zero exit status 1.
$ gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock blur false
No such schema “org.gnome.shell.extensions.blur-my-shell.dash-to-dock”
Command 'gsettings set org.gnome.shell.extensions.blur-my-shell.dash-to-dock blur false' returned non-zero exit status 1.

Background:

~/.local/share/gnome-shell/extensions/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml exist.

$ sudo find / -name org.gnome.shell.extensions.blur-my-shell.gschema.xml
~/.local/share/gnome-shell/extensions/blur-my-shell@aunetx/schemas/org.gnome.shell.extensions.blur-my-shell.gschema.xml
find: ‘/run/user/1000/gvfs’: Permission denied
find: ‘/run/user/1000/doc’: Permission denied

However, gsettings list-schemas | grep blur-my-shell returns nothing. Why?

I can confirm that the gnome extension blur-my-shell is installed and functioning well.

$ gnome-extensions list | grep blur-my-shell
blur-my-shell@aunetx
$ gnome-extensions list --enabled | grep blur-my-shell
blur-my-shell@aunetx

However, when I use the dconf-Editor to view its info, it complains No schema found. Why?

enter image description here

I have also tried creating the directory ~/.local/share/glib-2.0/schemas and copying org.gnome.shell.extensions.blur-my-shell.gschema.xml and placing it there. However, that did not resolve this issue.

1 Answer 1

2

I forgot to do one more step, which is to compile the schemas using this command:

$ glib-compile-schemas $HOME/.local/share/glib-2.0/schemas/

Only then will dconf-Editor be able to read the schemas.

enter image description here

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.