elementary / switchboard-plug-keyboard

Switchboard Keyboard Plug
GNU General Public License v2.0
28 stars 22 forks source link

gschema.xml installed with wrong name #490

Closed decathorpe closed 1 year ago

decathorpe commented 1 year ago

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 file keyboard.gschema.xml is installed as ... keyboard.gschema.xml. 😅

The file should probably be installed as something like io.elementary.settings.keyboard.gschema.xml instead.

decathorpe commented 1 year ago

Thank you for the quick fix! 🥳