/usr/share/glib-2.0/schemas/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml is in mate-settings-daemon-pulse 1.8.2-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema path="/org/mate/settings-daemon/plugins/keyboard/" id="org.mate.SettingsDaemon.plugins.keyboard" gettext-domain="mate-settings-daemon">
<key type="b" name="active">
<default>true</default>
<summary>Activation of this plugin</summary>
<description>Whether this plugin would be activated by mate-settings-daemon or not</description>
</key>
<key type="i" name="priority">
<default>6</default>
<summary>Priority to use for this plugin</summary>
<description>Priority to use for this plugin in mate-settings-daemon startup queue</description>
</key>
</schema>
</schemalist>
|