Fmstrat / wintile

Windows 10 window tiling for GNOME
GNU General Public License v3.0
424 stars 54 forks source link

gsettings: No schema found #68

Closed hmlendea closed 1 year ago

hmlendea commented 3 years ago

There's some issue with the gsettings of this app. When using dconf-editor all of the settings have the following warning/error: No schema found and have no default value/description.

image

They still get saved and loaded by the extension, but they are not implemented properly.

This also prevents setting them via command line / script, for example: gsettings set /org/gnome/shell/extensions/wintile/ use-minimize false will error out with No such schema “/org/gnome/shell/extensions/wintile/”

While most might not encounter this, it's problematic for me since I use a script to keep my settings in sync across multiple computers.

GrylledCheez commented 1 year ago

If you want to install it systemwide, you can do this as root. cp org.gnome.shell.extensions.wintile.gschema.xml /usr/share/glib-2.0/schemas/ cd /usr/share/glib-2.0/schemas/ glib-compile-schemas .