yozoon / gnome-shell-extension-blyr

Apply a Blur Effect to GNOME Shell UI elements
https://extensions.gnome.org/extension/1251/blyr/
GNU General Public License v2.0
222 stars 18 forks source link

No such schema “org.gnome.shell.extensions.blyr” #33

Closed sunbearc22 closed 5 years ago

sunbearc22 commented 5 years ago

Why does gsettings complain that schema “org.gnome.shell.extensions.blyr” does not exist when it is installed? Encountered on Blyr Shell version 3.28, Extension version 5.

$ gsettings set org.gnome.shell.extensions.blyr activitiesbrightness 0.80
No such schema “org.gnome.shell.extensions.blyr”

In the dconf Editor, /org/gnome/shell/extensions/blyr/activitiesbrightness, there appears a notice saying:

No schema available. A schema is what discribes the use of a key, and Dconf Editor can't find one associated with this key. If the application that was using this key has been uninstalled, or if this key is obsolete, you may want to erase it.

What should I do to fix this issue?

ghost commented 5 years ago

To use schemas from user extensions, you have to add where are the schemas: gsettings --schemadir ~/.local/share/gnome-shell/extensions/blyr@yozoon.dev.gmail.com/schemas/ set org.gnome.shell.extensions.blyr activitiesbrightness '0.80'

sunbearc22 commented 5 years ago

Found solution here.

yozoon commented 5 years ago

Great to hear that you found a solution!

ghost commented 5 years ago

@sunbearc22 nice, but honestly my solution is a bit faster and easier :) Just indicate the extension path in your command, no need to move and compile stuff.