Closed decathorpe closed 1 year ago
The gschema.xml file is installed with the wrong name: /usr/share/glib-2.0/schemas/keyboard.gschema.xml
/usr/share/glib-2.0/schemas/keyboard.gschema.xml
It appears that this is the cause here: https://github.com/elementary/switchboard-plug-keyboard/blob/master/data/meson.build#L13 The meson project name is just keyboard, so the file keyboard.gschema.xml is installed as ... keyboard.gschema.xml. 😅
keyboard
keyboard.gschema.xml
The file should probably be installed as something like io.elementary.settings.keyboard.gschema.xml instead.
io.elementary.settings.keyboard.gschema.xml
Thank you for the quick fix! 🥳
The gschema.xml file is installed with the wrong name:
/usr/share/glib-2.0/schemas/keyboard.gschema.xml
It appears that this is the cause here: https://github.com/elementary/switchboard-plug-keyboard/blob/master/data/meson.build#L13 The meson project name is just
keyboard
, so the filekeyboard.gschema.xml
is installed as ...keyboard.gschema.xml
. 😅The file should probably be installed as something like
io.elementary.settings.keyboard.gschema.xml
instead.