summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-01 22:58:54 +0200
committerStefano Karapetsas <[email protected]>2012-10-01 22:58:54 +0200
commitd2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 (patch)
tree016ada3eb78c3c6f438abab5635ba17474d47a2b /data
parent03478b4d1d9fdc5f2f2fdbf9c41d963dabc0d00b (diff)
downloadmate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.bz2
mate-settings-daemon-d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8.tar.xz
migrate to gsettingsmate-settings-daemon-1.5.0
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am48
-rw-r--r--data/apps_mate_settings_daemon_housekeeping.schemas.in61
-rw-r--r--data/apps_mate_settings_daemon_keybindings.schemas.in240
-rw-r--r--data/apps_mate_settings_daemon_xrandr.schemas.in81
-rw-r--r--data/desktop_mate_font_rendering.schemas.in68
-rw-r--r--data/desktop_mate_keybindings.schemas.in20
-rw-r--r--data/desktop_mate_peripherals_smartcard.schemas.in17
-rw-r--r--data/desktop_mate_peripherals_touchpad.schemas.in65
-rw-r--r--data/mate-settings-daemon.schemas.in561
-rw-r--r--data/org.mate.SettingsDaemon.gschema.xml.in1
-rw-r--r--data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in39
-rw-r--r--data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in114
-rw-r--r--data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in39
-rw-r--r--data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in14
-rw-r--r--data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in14
-rw-r--r--data/org.mate.applications-at.gschema.xml.in19
-rw-r--r--data/org.mate.font-rendering.gschema.xml.in24
-rw-r--r--data/org.mate.keybindings.gschema.xml.in63
-rw-r--r--data/org.mate.peripherals-smartcard.gschema.xml.in10
-rw-r--r--data/org.mate.peripherals-touchpad.gschema.xml.in29
30 files changed, 529 insertions, 1138 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 2fba955..ed728f2 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,20 +1,30 @@
NULL =
-@INTLTOOL_SCHEMAS_RULE@
-
-schemasdir = $(MATECONF_SCHEMA_FILE_DIR)
-schemas_in_files = \
- mate-settings-daemon.schemas.in \
- apps_mate_settings_daemon_housekeeping.schemas.in \
- apps_mate_settings_daemon_keybindings.schemas.in \
- desktop_mate_font_rendering.schemas.in \
- desktop_mate_keybindings.schemas.in \
- apps_mate_settings_daemon_xrandr.schemas.in \
- desktop_mate_peripherals_touchpad.schemas.in \
- desktop_mate_peripherals_smartcard.schemas.in \
+gsettings_SCHEMAS = \
+ org.mate.applications-at.gschema.xml \
+ org.mate.font-rendering.gschema.xml \
+ org.mate.keybindings.gschema.xml \
+ org.mate.peripherals-smartcard.gschema.xml \
+ org.mate.peripherals-touchpad.gschema.xml \
+ org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml \
+ org.mate.SettingsDaemon.plugins.background.gschema.xml \
+ org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \
+ org.mate.SettingsDaemon.plugins.datetime.gschema.xml \
+ org.mate.SettingsDaemon.plugins.font.gschema.xml \
+ org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \
+ org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \
+ org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \
+ org.mate.SettingsDaemon.plugins.mouse.gschema.xml \
+ org.mate.SettingsDaemon.plugins.smartcard.gschema.xml \
+ org.mate.SettingsDaemon.plugins.sound.gschema.xml \
+ org.mate.SettingsDaemon.plugins.typing-break.gschema.xml \
+ org.mate.SettingsDaemon.plugins.xrandr.gschema.xml \
+ org.mate.SettingsDaemon.plugins.xrdb.gschema.xml \
+ org.mate.SettingsDaemon.plugins.xsettings.gschema.xml \
$(NULL)
-schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
+@INTLTOOL_XML_NOMERGE_RULE@
+@GSETTINGS_RULES@
@INTLTOOL_DESKTOP_RULE@
desktopdir = $(sysconfdir)/xdg/autostart
@@ -55,15 +65,3 @@ DISTCLEANFILES = \
MAINTAINERCLEANFILES = \
*~ \
Makefile.in
-
-if MATECONF_SCHEMAS_INSTALL
-# don't do this if we are building in eg. rpm
-install-data-local: $(schemas_DATA)
- if test -z "$(DESTDIR)" ; then \
- for p in $(schemas_DATA) ; do \
- MATECONF_CONFIG_SOURCE=$(MATECONF_SCHEMA_CONFIG_SOURCE) $(MATECONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p 2>&1 > /dev/null; \
- done \
- fi
-else
-install-data-local:
-endif
diff --git a/data/apps_mate_settings_daemon_housekeeping.schemas.in b/data/apps_mate_settings_daemon_housekeeping.schemas.in
deleted file mode 100644
index 7df6f4d..0000000
--- a/data/apps_mate_settings_daemon_housekeeping.schemas.in
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</key>
- <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify</applyto>
- <type>float</type>
- <default>0.05</default>
- <locale name="C">
- <short>Free percentage notify threshold</short>
- <long>Percentage free space threshold for initial warning of low disk space.
- If the percentage free space drops below this, a warning will be shown.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</key>
- <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again</applyto>
- <type>float</type>
- <default>0.01</default>
- <locale name="C">
- <short>Subsequent free percentage notify threshold</short>
- <long>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</key>
- <applyto>/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify</applyto>
- <type>int</type>
- <default>2</default>
- <locale name="C">
- <short>Free space no notify threshold</short>
- <long>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</key>
- <applyto>/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period</applyto>
- <type>int</type>
- <default>10</default>
- <locale name="C">
- <short>Minimum notify period for repeated warnings</short>
- <long>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</key>
- <applyto>/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths</applyto>
- <type>list</type>
- <list_type>string</list_type>
- <default>[]</default>
- <locale name="C">
- <short>Mount paths to ignore</short>
- <long>Specify a list of mount paths to ignore when they run low on space.</long>
- </locale>
- </schema>
- </schemalist>
-</mateconfschemafile>
diff --git a/data/apps_mate_settings_daemon_keybindings.schemas.in b/data/apps_mate_settings_daemon_keybindings.schemas.in
deleted file mode 100644
index c2d1654..0000000
--- a/data/apps_mate_settings_daemon_keybindings.schemas.in
+++ /dev/null
@@ -1,240 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/touchpad</key>
- <applyto>/apps/mate_settings_daemon/keybindings/touchpad</applyto>
- <type>string</type>
- <default>XF86TouchpadToggle</default>
- <locale name="C">
- <short>Toggle touchpad</short>
- <long>Binding to enable or disable the touchpad.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/volume_step</key>
- <applyto>/apps/mate_settings_daemon/volume_step</applyto>
- <type>int</type>
- <default>6</default>
- <locale name="C">
- <short>Volume step</short>
- <long>Volume step as percentage of volume.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/volume_mute</key>
- <applyto>/apps/mate_settings_daemon/keybindings/volume_mute</applyto>
- <type>string</type>
- <default>XF86AudioMute</default>
- <locale name="C">
- <short>Volume mute</short>
- <long>Binding to mute the system volume.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/volume_down</key>
- <applyto>/apps/mate_settings_daemon/keybindings/volume_down</applyto>
- <type>string</type>
- <default>XF86AudioLowerVolume</default>
- <locale name="C">
- <short>Volume down</short>
- <long>Binding to lower the system volume.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/volume_up</key>
- <applyto>/apps/mate_settings_daemon/keybindings/volume_up</applyto>
- <type>string</type>
- <default>XF86AudioRaiseVolume</default>
- <locale name="C">
- <short>Volume up</short>
- <long>Binding to raise the system volume.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/power</key>
- <applyto>/apps/mate_settings_daemon/keybindings/power</applyto>
- <type>string</type>
- <default>&lt;Control&gt;&lt;Alt&gt;Delete</default>
- <locale name="C">
- <short>Log out</short>
- <long>Binding to log out.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/eject</key>
- <applyto>/apps/mate_settings_daemon/keybindings/eject</applyto>
- <type>string</type>
- <default>XF86Eject</default>
- <locale name="C">
- <short>Eject</short>
- <long>Binding to eject an optical disc.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/home</key>
- <applyto>/apps/mate_settings_daemon/keybindings/home</applyto>
- <type>string</type>
- <default>XF86Explorer</default>
- <locale name="C">
- <short>Home folder</short>
- <long>Binding to open the Home folder.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/search</key>
- <applyto>/apps/mate_settings_daemon/keybindings/search</applyto>
- <type>string</type>
- <default>XF86Search</default>
- <locale name="C">
- <short>Search</short>
- <long>Binding to launch the search tool.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/email</key>
- <applyto>/apps/mate_settings_daemon/keybindings/email</applyto>
- <type>string</type>
- <default>XF86Mail</default>
- <locale name="C">
- <short>Launch email client</short>
- <long>Binding to launch the email client.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/screensaver</key>
- <applyto>/apps/mate_settings_daemon/keybindings/screensaver</applyto>
- <type>string</type>
- <default>&lt;Control&gt;&lt;Alt&gt;l</default>
- <locale name="C">
- <short>Lock screen</short>
- <long>Binding to lock the screen.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/help</key>
- <applyto>/apps/mate_settings_daemon/keybindings/help</applyto>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Launch help browser</short>
- <long>Binding to launch the help browser.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/calculator</key>
- <applyto>/apps/mate_settings_daemon/keybindings/calculator</applyto>
- <type>string</type>
- <default>XF86Calculator</default>
- <locale name="C">
- <short>Launch calculator</short>
- <long>Binding to launch the calculator.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/www</key>
- <applyto>/apps/mate_settings_daemon/keybindings/www</applyto>
- <type>string</type>
- <default>XF86WWW</default>
- <locale name="C">
- <short>Launch web browser</short>
- <long>Binding to launch the web browser.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/media</key>
- <applyto>/apps/mate_settings_daemon/keybindings/media</applyto>
- <type>string</type>
- <default>XF86AudioMedia</default>
- <locale name="C">
- <short>Launch media player</short>
- <long>Binding to launch the media player.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/play</key>
- <applyto>/apps/mate_settings_daemon/keybindings/play</applyto>
- <type>string</type>
- <default>XF86AudioPlay</default>
- <locale name="C">
- <short>Play (or play/pause)</short>
- <long>Binding to start playback (or toggle play/pause).</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/pause</key>
- <applyto>/apps/mate_settings_daemon/keybindings/pause</applyto>
- <type>string</type>
- <default>XF86AudioPause</default>
- <locale name="C">
- <short>Pause playback</short>
- <long>Binding to pause playback.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/stop</key>
- <applyto>/apps/mate_settings_daemon/keybindings/stop</applyto>
- <type>string</type>
- <default>XF86AudioStop</default>
- <locale name="C">
- <short>Stop playback</short>
- <long>Binding to stop playback.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/previous</key>
- <applyto>/apps/mate_settings_daemon/keybindings/previous</applyto>
- <type>string</type>
- <default>XF86AudioPrev</default>
- <locale name="C">
- <short>Previous track</short>
- <long>Binding to skip to previous track.</long>
- </locale>
- </schema>
-
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/keybindings/next</key>
- <applyto>/apps/mate_settings_daemon/keybindings/next</applyto>
- <type>string</type>
- <default>XF86AudioNext</default>
- <locale name="C">
- <short>Next track</short>
- <long>Binding to skip to next track.</long>
- </locale>
- </schema>
-
- </schemalist>
-</mateconfschemafile>
diff --git a/data/apps_mate_settings_daemon_xrandr.schemas.in b/data/apps_mate_settings_daemon_xrandr.schemas.in
deleted file mode 100644
index 3428354..0000000
--- a/data/apps_mate_settings_daemon_xrandr.schemas.in
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/xrandr/show_notification_icon</key>
- <applyto>/apps/mate_settings_daemon/xrandr/show_notification_icon</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Show Displays in Notification Area</short>
- <long>Whether a notification icon with display-related things should be
- shown in the panel.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/xrandr/use_xorg_monitor_settings</key>
- <applyto>/apps/mate_settings_daemon/xrandr/use_xorg_monitor_settings</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Do not touch monitor configuration</short>
- <long>Usually, mate-settings-daemon configures internal and
- external monitors according to the
- turn_on_external_monitors_at_startup and
- turn_on_laptop_monitor_at_startup settings and determines
- an appropriate cloning/side-by-side mode. Setting this key
- to True disables this, and the monitor settings are not
- touched at all (unless there is an explicit user
- configuration).
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup</key>
- <applyto>/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>false</default>
- <locale name="C">
- <short>Turn on external monitor after system boot</short>
- <long>Turn on external monitor after system boot if user plugs in
- external monitor on system boot.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup</key>
- <applyto>/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>true</default>
- <locale name="C">
- <short>Turn on laptop monitor after system boot</short>
- <long>Turn on laptop monitor after system boot if user plugs in
- external monitor on system boot.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/xrandr/default_configuration_file</key>
- <applyto>/apps/mate_settings_daemon/xrandr/default_configuration_file</applyto>
- <owner>mate</owner>
- <type>string</type>
- <default>/etc/mate-settings-daemon/xrandr/monitors.xml</default>
- <locale name="C">
- <short>File for default configuration for RandR</short>
- <long>The XRandR plugin will look for a default
- configuration in the file specified by this key. This
- is similar to the ~/.config/monitors.xml that normally
- gets stored in users' home directories. If a user
- does not have such a file, or has one that does not
- match the user's setup of monitors, then the file
- specified by this key will be used instead.
- </long>
- </locale>
- </schema>
- </schemalist>
-</mateconfschemafile>
diff --git a/data/desktop_mate_font_rendering.schemas.in b/data/desktop_mate_font_rendering.schemas.in
deleted file mode 100644
index 6cf44cd..0000000
--- a/data/desktop_mate_font_rendering.schemas.in
+++ /dev/null
@@ -1,68 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/desktop/mate/font_rendering/dpi</key>
- <applyto>/desktop/mate/font_rendering/dpi</applyto>
- <owner>mate</owner>
- <type>float</type>
- <locale name="C">
- <short>DPI</short>
- <long>
- The resolution used for converting font sizes to pixel sizes,
- in dots per inch.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/font_rendering/antialiasing</key>
- <applyto>/desktop/mate/font_rendering/antialiasing</applyto>
- <owner>mate</owner>
- <type>string</type>
- <default>grayscale</default>
- <locale name="C">
- <short>Antialiasing</short>
- <long>
- The type of antialiasing to use when rendering fonts.
- Possible values are: "none" for no antialiasing,
- "grayscale" for standard grayscale antialiasing, and
- "rgba" for subpixel antialiasing (LCD screens only).
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/font_rendering/hinting</key>
- <applyto>/desktop/mate/font_rendering/hinting</applyto>
- <owner>mate</owner>
- <type>string</type>
- <default>medium</default>
- <locale name="C">
- <short>Hinting</short>
- <long>
- The type of hinting to use when rendering fonts.
- Possible values are: "none" for no hinting,
- "slight" for basic, "medium" for moderate, and
- "full" for maximum hinting (may cause
- distortion of letter forms).
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/font_rendering/rgba_order</key>
- <applyto>/desktop/mate/font_rendering/rgba_order</applyto>
- <owner>mate</owner>
- <type>string</type>
- <default>rgb</default>
- <locale name="C">
- <short>RGBA order</short>
- <long>
- The order of subpixel elements on an LCD
- screen; only used when antialiasing is set to "rgba".
- Possible values are: "rgb" for red on left (most common),
- "bgr" for blue on left, "vrgb" for red on top, "vbgr" for
- red on bottom.
- </long>
- </locale>
- </schema>
- </schemalist>
-</mateconfschemafile>
diff --git a/data/desktop_mate_keybindings.schemas.in b/data/desktop_mate_keybindings.schemas.in
deleted file mode 100644
index ef0b0f6..0000000
--- a/data/desktop_mate_keybindings.schemas.in
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/desktop/mate/keybindings/allowed_keys</key>
- <applyto>/desktop/mate/keybindings/allowed_keys</applyto>
- <owner>mate</owner>
- <type>list</type>
- <list_type>string</list_type>
- <default>[]</default>
- <locale name="C">
- <short>Allowed keys</short>
- <long>
- If non-empty, keybindings will be ignored unless their MateConf
- directory is in the list. This is useful for lockdown.
- </long>
- </locale>
- </schema>
- </schemalist>
-</mateconfschemafile>
diff --git a/data/desktop_mate_peripherals_smartcard.schemas.in b/data/desktop_mate_peripherals_smartcard.schemas.in
deleted file mode 100644
index d60a89c..0000000
--- a/data/desktop_mate_peripherals_smartcard.schemas.in
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
- <schema>
- <key>/schemas/desktop/mate/peripherals/smartcard/removal_action</key>
- <applyto>/desktop/mate/peripherals/smartcard/removal_action</applyto>
- <owner>mate</owner>
- <type>string</type>
- <default>none</default>
- <locale name="C">
- <short>Smartcard removal action</short>
- <long>Set this to one of "none", "lock_screen", or "force_logout". The action will
- get performed when the smartcard used for log in is removed.</long>
- </locale>
- </schema>
- </schemalist>
-</mateconfschemafile>
diff --git a/data/desktop_mate_peripherals_touchpad.schemas.in b/data/desktop_mate_peripherals_touchpad.schemas.in
deleted file mode 100644
index 546b34b..0000000
--- a/data/desktop_mate_peripherals_touchpad.schemas.in
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
-
- <schema>
- <key>/schemas/desktop/mate/peripherals/touchpad/disable_while_typing</key>
- <applyto>/desktop/mate/peripherals/touchpad/disable_while_typing</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Disable touchpad while typing</short>
- <long>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/mate/peripherals/touchpad/tap_to_click</key>
- <applyto>/desktop/mate/peripherals/touchpad/tap_to_click</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Enable mouse clicks with touchpad</short>
- <long>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/mate/peripherals/touchpad/scroll_method</key>
- <applyto>/desktop/mate/peripherals/touchpad/scroll_method</applyto>
- <owner>mate</owner>
- <type>int</type>
- <default>1</default>
- <locale name="C">
- <short>Select the touchpad scroll method</short>
- <long>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/mate/peripherals/touchpad/horiz_scroll_enabled</key>
- <applyto>/desktop/mate/peripherals/touchpad/horiz_scroll_enabled</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Enable horizontal scrolling</short>
- <long>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/mate/peripherals/touchpad/touchpad_enabled</key>
- <applyto>/desktop/mate/peripherals/touchpad/touchpad_enabled</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable touchpad</short>
- <long>Set this to TRUE to enable all touchpads.</long>
- </locale>
- </schema>
- </schemalist>
-</mateconfschemafile>
diff --git a/data/mate-settings-daemon.schemas.in b/data/mate-settings-daemon.schemas.in
deleted file mode 100644
index bb63ddf..0000000
--- a/data/mate-settings-daemon.schemas.in
+++ /dev/null
@@ -1,561 +0,0 @@
-<?xml version="1.0"?>
-<mateconfschemafile>
- <schemalist>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/a11y-keyboard/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable accessibility keyboard plugin</short>
- <long>Set to True to enable the plugin to manage the accessibility keyboard settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/a11y-keyboard/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>7</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/background/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/background/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable background plugin</short>
- <long>Set to True to enable the plugin to manage desktop background settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/background/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/background/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>97</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/clipboard/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/clipboard/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable clipboard plugin</short>
- <long>Set to True to enable the plugin to manage clipboard settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/clipboard/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/clipboard/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>99</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/font/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/font/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Enable font plugin</short>
- <long>Set to True to enable the plugin to manage font settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/font/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/font/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>4</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/housekeeping/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable housekeeping plugin</short>
- <long>Set to True to enable the housekeeping plugin, to prune transient file caches.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/housekeeping/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/housekeeping/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>300</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/keybindings/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/keybindings/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable keybindings plugin</short>
- <long>Set to True to enable the plugin to manage the keybindings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/keybindings/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/keybindings/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>20</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/keyboard/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/keyboard/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable keyboard plugin</short>
- <long>Set to True to enable the plugin to manage keyboard settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/keyboard/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/keyboard/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>6</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/media-keys/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/media-keys/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable media keys plugin</short>
- <long>Set to True to enable the plugin to manage multimedia keys settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/media-keys/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/media-keys/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>98</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/mouse/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/mouse/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable mouse plugin</short>
- <long>Set to True to enable the plugin to manage mouse settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/mouse/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/mouse/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>7</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/smartcard/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/smartcard/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable smartcard plugin</short>
- <long>Set to True to enable the plugin to manage locking the screen on smartcard removal.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/smartcard/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/smartcard/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>8</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/sound/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/sound/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable sound plugin</short>
- <long>Set to True to enable the plugin to manage sound sample caches.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/sound/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/sound/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>5</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/typing-break/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/typing-break/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable typing breaks plugin</short>
- <long>Set to True to enable the plugin to manage typing breaks.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/typing-break/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/typing-break/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>200</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/xrandr/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/xrandr/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable XRandR plugin</short>
- <long>Set to True to enable the plugin to manage XRandR settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/xrandr/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/xrandr/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>1</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/xrdb/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/xrdb/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Enable xrdb plugin</short>
- <long>Set to True to enable the plugin to manage xrdb settings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/xrdb/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/xrdb/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>90</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/xsettings/active</key>
- <applyto>/apps/mate_settings_daemon/plugins/xsettings/active</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short>Enable xsettings plugin</short>
- <long>Set to True to enable the plugin to manage xsettings.</long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/mate_settings_daemon/plugins/xsettings/priority</key>
- <applyto>/apps/mate_settings_daemon/plugins/xsettings/priority</applyto>
- <owner>mate-settings-daemon</owner>
- <type>int</type>
- <default>2</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/mate/keybindings/magnifier/binding</key>
- <applyto>/desktop/mate/keybindings/magnifier/binding</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Toggle magnifier</short>
- <long>
- Binding to toggle the magnifier.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/magnifier/name</key>
- <applyto>/desktop/mate/keybindings/magnifier/name</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <locale name="C">
- <default>Toggle magnifier</default>
- <short>The name of the keyboard shortcut to toggle the magnifier</short>
- <long>
- This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/magnifier/action</key>
- <applyto>/desktop/mate/keybindings/magnifier/action</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <default>mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled</default>
- <locale name="C">
- <short>Toggle magnifier</short>
- <long>
- Command used to turn the magnifier on or off.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/screenreader/binding</key>
- <applyto>/desktop/mate/keybindings/screenreader/binding</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Toggle screen reader</short>
- <long>
- Binding to toggle the screen reader.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/screenreader/name</key>
- <applyto>/desktop/mate/keybindings/screenreader/name</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <locale name="C">
- <default>Toggle screen reader</default>
- <short>The name of the keyboard shortcut to toggle the screen reader</short>
- <long>
- This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/screenreader/action</key>
- <applyto>/desktop/mate/keybindings/screenreader/action</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <default>mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled</default>
- <locale name="C">
- <short>Toggle screen reader</short>
- <long>
- Command used to turn the screen reader on or off.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/onscreenkeyboard/name</key>
- <applyto>/desktop/mate/keybindings/onscreenkeyboard/name</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <locale name="C">
- <default>Toggle on-screen keyboard</default>
- <short>The name of the keyboard shortcut to toggle the on-screen keyboard</short>
- <long>
- This is the name of the keyboard shortcut to toggle the on-screen keyboard. This name will be shown in the keyboard shortcut preferences dialog.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/onscreenkeyboard/binding</key>
- <applyto>/desktop/mate/keybindings/onscreenkeyboard/binding</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <default></default>
- <locale name="C">
- <short>Toggle on-screen keyboard</short>
- <long>
- Binding to toggle the on-screen keyboard.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/keybindings/onscreenkeyboard/action</key>
- <applyto>/desktop/mate/keybindings/onscreenkeyboard/action</applyto>
- <owner>mate-settings-daemon</owner>
- <type>string</type>
- <default>mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled</default>
- <locale name="C">
- <short>Toggle on-screen keyboard</short>
- <long>
- Command used to turn the on-screen keyboard on or off.
- </long>
- </locale>
- </schema>
-
- <schema>
- <key>/schemas/desktop/mate/accessibility/keyboard/stickykeys_enable</key>
- <applyto>/desktop/mate/accessibility/keyboard/stickykeys_enable</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Sticky keys</short>
- <long>
- Whether the sticky keys keyboard accessibility feature is turned on.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/accessibility/keyboard/bouncekeys_enable</key>
- <applyto>/desktop/mate/accessibility/keyboard/bouncekeys_enable</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Bounce keys</short>
- <long>
- Whether the bounce keys keyboard accessibility feature is turned on.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/accessibility/keyboard/slowkeys_enable</key>
- <applyto>/desktop/mate/accessibility/keyboard/slowkeys_enable</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Slow keys</short>
- <long>
- Whether the slow keys keyboard accessibility feature is turned on.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/accessibility/keyboard/mousekeys_enable</key>
- <applyto>/desktop/mate/accessibility/keyboard/mousekeys_enable</applyto>
- <owner>mate</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Mouse keys</short>
- <long>
- Whether the mouse keys keyboard accessibility feature is turned on.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/applications/at/screen_keyboard_enabled</key>
- <applyto>/desktop/mate/applications/at/screen_keyboard_enabled</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>On-screen keyboard</short>
- <long>
- Whether the on-screen keyboard is turned on.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/applications/at/screen_magnifier_enabled</key>
- <applyto>/desktop/mate/applications/at/screen_magnifier_enabled</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Screen magnifier</short>
- <long>
- Whether the screen magnifier is turned on.
- </long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/desktop/mate/applications/at/screen_reader_enabled</key>
- <applyto>/desktop/mate/applications/at/screen_reader_enabled</applyto>
- <owner>mate-settings-daemon</owner>
- <type>bool</type>
- <default>FALSE</default>
- <locale name="C">
- <short>Screen reader</short>
- <long>
- Whether the screen reader is turned on.
- </long>
- </locale>
- </schema>
-
- </schemalist>
-</mateconfschemafile>
diff --git a/data/org.mate.SettingsDaemon.gschema.xml.in b/data/org.mate.SettingsDaemon.gschema.xml.in
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.gschema.xml.in
@@ -0,0 +1 @@
+
diff --git a/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in
new file mode 100644
index 0000000..84bfb9f
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.a11y-keyboard" path="/org/mate/settings-daemon/plugins/a11y-keyboard/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>7</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in
new file mode 100644
index 0000000..64332ad
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.background" path="/org/mate/settings-daemon/plugins/background/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>97</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in
new file mode 100644
index 0000000..9ad216b
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.clipboard" path="/org/mate/settings-daemon/plugins/clipboard/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>99</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in
new file mode 100644
index 0000000..1ba1bb0
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.datetime" path="/org/mate/settings-daemon/plugins/datetime/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>99</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in
new file mode 100644
index 0000000..776af6d
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.font" path="/org/mate/settings-daemon/plugins/font/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>4</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in
new file mode 100644
index 0000000..24882cb
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in
@@ -0,0 +1,39 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.housekeeping" path="/org/mate/settings-daemon/plugins/housekeeping/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>99</default>
+ <_summary>Priority to use for this plugin</_summary>
+ <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description>
+ </key>
+ <key name="free-percent-notify" type="d">
+ <default>0.05</default>
+ <_summary>Free percentage notify threshold</_summary>
+ <_description>Percentage free space threshold for initial warning of low disk space. If the percentage free space drops below this, a warning will be shown.</_description>
+ </key>
+ <key name="free-percent-notify-again" type="d">
+ <default>0.01</default>
+ <_summary>Subsequent free percentage notify threshold</_summary>
+ <_description>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning.</_description>
+ </key>
+ <key name="free-size-gb-no-notify" type="i">
+ <default>2</default>
+ <_summary>Free space no notify threshold</_summary>
+ <_description>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown.</_description>
+ </key>
+ <key name="min-notify-period" type="i">
+ <default>10</default>
+ <_summary>Minimum notify period for repeated warnings</_summary>
+ <_description>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period.</_description>
+ </key>
+ <key name="ignore-paths" type="as">
+ <default>[]</default>
+ <_summary>Mount paths to ignore</_summary>
+ <_description>Specify a list of mount paths to ignore when they run low on space.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in
new file mode 100644
index 0000000..d12afb2
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.keyboard" path="/org/mate/settings-daemon/plugins/keyboard/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <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>
diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
new file mode 100644
index 0000000..f855cfd
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in
@@ -0,0 +1,114 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.media-keys" path="/org/mate/settings-daemon/plugins/media-keys/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>98</default>
+ <_summary>Priority to use for this plugin</_summary>
+ <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description>
+ </key>
+ <key name="volume-step" type="i">
+ <default>6</default>
+ <_summary>Volume step</_summary>
+ <_description>Volume step as percentage of volume.</_description>
+ </key>
+ <key name="touchpad" type="s">
+ <default>'XF86TouchpadToggle'</default>
+ <_summary>Toggle touchpad</_summary>
+ <_description>Binding to enable or disable the touchpad.</_description>
+ </key>
+ <key name="volume-mute" type="s">
+ <default>'XF86AudioMute'</default>
+ <_summary>Volume mute</_summary>
+ <_description>Binding to mute the system volume.</_description>
+ </key>
+ <key name="volume-down" type="s">
+ <default>'XF86AudioLowerVolume'</default>
+ <_summary>Volume down</_summary>
+ <_description>Binding to lower the system volume.</_description>
+ </key>
+ <key name="volume-up" type="s">
+ <default>'XF86AudioRaiseVolume'</default>
+ <_summary>Volume up</_summary>
+ <_description>Binding to raise the system volume.</_description>
+ </key>
+ <key name="power" type="s">
+ <default>'&lt;Control&gt;&lt;Alt&gt;Delete'</default>
+ <_summary>Log out</_summary>
+ <_description>Binding to log out.</_description>
+ </key>
+ <key name="eject" type="s">
+ <default>'XF86Eject'</default>
+ <_summary>Eject</_summary>
+ <_description>Binding to eject an optical disc.</_description>
+ </key>
+ <key name="home" type="s">
+ <default>'XF86Explorer'</default>
+ <_summary>Home folder</_summary>
+ <_description>Binding to open the Home folder.</_description>
+ </key>
+ <key name="search" type="s">
+ <default>'XF86Search'</default>
+ <_summary>Search</_summary>
+ <_description>Binding to launch the search tool.</_description>
+ </key>
+ <key name="email" type="s">
+ <default>'XF86Mail'</default>
+ <_summary>Launch email client</_summary>
+ <_description>Binding to launch the email client.</_description>
+ </key>
+ <key name="screensaver" type="s">
+ <default>'&lt;Control&gt;&lt;Alt&gt;l'</default>
+ <_summary>Lock screen</_summary>
+ <_description>Binding to lock the screen.</_description>
+ </key>
+ <key name="help" type="s">
+ <default>''</default>
+ <_summary>Launch help browser</_summary>
+ <_description>Binding to launch the help browser.</_description>
+ </key>
+ <key name="calculator" type="s">
+ <default>'XF86Calculator'</default>
+ <_summary>Launch calculator</_summary>
+ <_description>Binding to launch the calculator.</_description>
+ </key>
+ <key name="www" type="s">
+ <default>'XF86WWW'</default>
+ <_summary>Launch web browser</_summary>
+ <_description>Binding to launch the web browser.</_description>
+ </key>
+ <key name="media" type="s">
+ <default>'XF86AudioMedia'</default>
+ <_summary>Launch media player</_summary>
+ <_description>Binding to launch the media player.</_description>
+ </key>
+ <key name="play" type="s">
+ <default>'XF86AudioPlay'</default>
+ <_summary>Play (or play/pause)</_summary>
+ <_description>Binding to start playback (or toggle play/pause).</_description>
+ </key>
+ <key name="pause" type="s">
+ <default>'XF86AudioPause'</default>
+ <_summary>Pause playback</_summary>
+ <_description>Binding to pause playback.</_description>
+ </key>
+ <key name="stop" type="s">
+ <default>'XF86AudioStop'</default>
+ <_summary>Stop playback</_summary>
+ <_description>Binding to stop playback.</_description>
+ </key>
+ <key name="previous" type="s">
+ <default>'XF86AudioPrev'</default>
+ <_summary>Previous track</_summary>
+ <_description>Binding to skip to previous track.</_description>
+ </key>
+ <key name="next" type="s">
+ <default>'XF86AudioNext'</default>
+ <_summary>Next track</_summary>
+ <_description>Binding to skip to next track.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in
new file mode 100644
index 0000000..6778873
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.mouse" path="/org/mate/settings-daemon/plugins/mouse/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>7</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in
new file mode 100644
index 0000000..33883e2
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.smartcard" path="/org/mate/settings-daemon/plugins/smartcard/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>8</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in
new file mode 100644
index 0000000..597e6bc
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.sound" path="/org/mate/settings-daemon/plugins/sound/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>5</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in
new file mode 100644
index 0000000..e3eb93d
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.typing-break" path="/org/mate/settings-daemon/plugins/typing-break/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>99</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in
new file mode 100644
index 0000000..3b55e09
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in
@@ -0,0 +1,39 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.xrandr" path="/org/mate/settings-daemon/plugins/xrandr/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>1</default>
+ <_summary>Priority to use for this plugin</_summary>
+ <_description>Priority to use for this plugin in mate-settings-daemon startup queue</_description>
+ </key>
+ <key name="show-notification-icon" type="b">
+ <default>false</default>
+ <_summary>Show Displays in Notification Area</_summary>
+ <_description>Whether a notification icon with display-related things should be shown in the panel.</_description>
+ </key>
+ <key name="use-xorg-monitor-settings" type="b">
+ <default>true</default>
+ <_summary>Do not touch monitor configuration</_summary>
+ <_description>Usually, mate-settings-daemon configures internal and external monitors according to the turn_on_external_monitors_at_startup and turn_on_laptop_monitor_at_startup settings and determines an appropriate cloning/side-by-side mode. Setting this key to True disables this, and the monitor settings are not touched at all (unless there is an explicit user configuration).</_description>
+ </key>
+ <key name="turn-on-external-monitors-at-startup" type="b">
+ <default>false</default>
+ <_summary>Turn on external monitor after system boot</_summary>
+ <_description>Turn on external monitor after system boot if user plugs in external monitor on system boot.</_description>
+ </key>
+ <key name="turn-on-laptop-monitor-at-startup" type="b">
+ <default>true</default>
+ <_summary>Turn on laptop monitor after system boot</_summary>
+ <_description>Turn on laptop monitor after system boot if user plugs in external monitor on system boot.</_description>
+ </key>
+ <key name="default-configuration-file" type="s">
+ <default>'/etc/mate-settings-daemon/xrandr/monitors.xml'</default>
+ <_summary>File for default configuration for RandR</_summary>
+ <_description>The XRandR plugin will look for a default configuration in the file specified by this key. This is similar to the ~/.config/monitors.xml that normally gets stored in users' home directories. If a user does not have such a file, or has one that does not match the user's setup of monitors, then the file specified by this key will be used instead.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in
new file mode 100644
index 0000000..d83cc68
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.xrdb" path="/org/mate/settings-daemon/plugins/xrdb/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>90</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>
diff --git a/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in
new file mode 100644
index 0000000..d636862
--- /dev/null
+++ b/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in
@@ -0,0 +1,14 @@
+<schemalist>
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.xsettings" path="/org/mate/settings-daemon/plugins/xsettings/">
+ <key name="active" type="b">
+ <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 name="priority" type="i">
+ <default>2</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>
diff --git a/data/org.mate.applications-at.gschema.xml.in b/data/org.mate.applications-at.gschema.xml.in
new file mode 100644
index 0000000..9e93717
--- /dev/null
+++ b/data/org.mate.applications-at.gschema.xml.in
@@ -0,0 +1,19 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.applications-at" path="/desktop/mate/applications/at/">
+ <key name="screen-keyboard-enabled" type="b">
+ <default>false</default>
+ <_summary>On-screen keyboard</_summary>
+ <_description>Whether the on-screen keyboard is turned on.</_description>
+ </key>
+ <key name="screen-magnifier-enabled" type="b">
+ <default>false</default>
+ <_summary>Screen magnifier</_summary>
+ <_description>Whether the screen magnifier is turned on.</_description>
+ </key>
+ <key name="screen-reader-enabled" type="b">
+ <default>false</default>
+ <_summary>Screen reader</_summary>
+ <_description>Whether the screen reader is turned on.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.mate.font-rendering.gschema.xml.in b/data/org.mate.font-rendering.gschema.xml.in
new file mode 100644
index 0000000..bd96f32
--- /dev/null
+++ b/data/org.mate.font-rendering.gschema.xml.in
@@ -0,0 +1,24 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.font-rendering" path="/desktop/mate/font-rendering/">
+ <key name="dpi" type="d">
+ <default>0.0</default>
+ <_summary>DPI</_summary>
+ <_description>The resolution used for converting font sizes to pixel sizes, in dots per inch.</_description>
+ </key>
+ <key name="antialiasing" type="s">
+ <default>'grayscale'</default>
+ <_summary>Antialiasing</_summary>
+ <_description>The type of antialiasing to use when rendering fonts. Possible values are: "none" for no antialiasing, "grayscale" for standard grayscale antialiasing, and "rgba" for subpixel antialiasing (LCD screens only).</_description>
+ </key>
+ <key name="hinting" type="s">
+ <default>'medium'</default>
+ <_summary>Hinting</_summary>
+ <_description>The type of hinting to use when rendering fonts. Possible values are: "none" for no hinting, "slight" for basic, "medium" for moderate, and "full" for maximum hinting (may cause distortion of letter forms).</_description>
+ </key>
+ <key name="rgba-order" type="s">
+ <default>'rgb'</default>
+ <_summary>RGBA order</_summary>
+ <_description>The order of subpixel elements on an LCD screen; only used when antialiasing is set to "rgba". Possible values are: "rgb" for red on left (most common), "bgr" for blue on left, "vrgb" for red on top, "vbgr" for red on bottom.</_description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.mate.keybindings.gschema.xml.in b/data/org.mate.keybindings.gschema.xml.in
new file mode 100644
index 0000000..6604b6a
--- /dev/null
+++ b/data/org.mate.keybindings.gschema.xml.in
@@ -0,0 +1,63 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.keybindings" path="/desktop/mate/keybindings/">
+ <key name="allowed-keys" type="as">
+ <default>[]</default>
+ <_summary>Allowed keys</_summary>
+ <_description>If non-empty, keybindings will be ignored unless their GSettings directory is in the list. This is useful for lockdown.</_description>
+ </key>
+ <child name="magnifier" schema="org.mate.keybindings.magnifier"/>
+ <child name="screenreader" schema="org.mate.keybindings.screenreader"/>
+ <child name="onscreenkeyboard" schema="org.mate.keybindings.onscreenkeyboard"/>
+ </schema>
+ <schema id="org.mate.keybindings.magnifier" path="/desktop/mate/keybindings/magnifier/">
+ <key name="binding" type="s">
+ <default>''</default>
+ <summary>Toggle magnifier</summary>
+ <description>Binding to toggle the magnifier.</description>
+ </key>
+ <key name="name" type="s">
+ <default context="name" l10n="messages">'Toggle magnifier'</default>
+ <summary>The name of the keyboard shortcut to toggle the magnifier</summary>
+ <description>This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog.</description>
+ </key>
+ <key name="action" type="s">
+ <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled'</default>
+ <summary>Toggle magnifier</summary>
+ <description>Command used to turn the magnifier on or off.</description>
+ </key>
+ </schema>
+ <schema id="org.mate.keybindings.screenreader" path="/desktop/mate/keybindings/screenreader/">
+ <key name="binding" type="s">
+ <default>''</default>
+ <summary>Toggle screen reader</summary>
+ <description>Binding to toggle the screen reader.</description>
+ </key>
+ <key name="name" type="s">
+ <default context="name" l10n="messages">'Toggle screen reader'</default>
+ <summary>The name of the keyboard shortcut to toggle the screen reader</summary>
+ <description>This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog.</description>
+ </key>
+ <key name="action" type="s">
+ <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled'</default>
+ <summary>Toggle screen reader</summary>
+ <description>Command used to turn the screen reader on or off.</description>
+ </key>
+ </schema>
+ <schema id="org.mate.keybindings.onscreenkeyboard" path="/desktop/mate/keybindings/onscreenkeyboard/">
+ <key name="name" type="s">
+ <default context="name" l10n="messages">'Toggle on-screen keyboard'</default>
+ <summary>The name of the keyboard shortcut to toggle the on-screen keyboard</summary>
+ <description>This is the name of the keyboard shortcut to toggle the on-screen keyboard. This name will be shown in the keyboard shortcut preferences dialog.</description>
+ </key>
+ <key name="binding" type="s">
+ <default>''</default>
+ <summary>Toggle on-screen keyboard</summary>
+ <description>Binding to toggle the on-screen keyboard.</description>
+ </key>
+ <key name="action" type="s">
+ <default>'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled'</default>
+ <summary>Toggle on-screen keyboard</summary>
+ <description>Command used to turn the on-screen keyboard on or off.</description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.mate.peripherals-smartcard.gschema.xml.in b/data/org.mate.peripherals-smartcard.gschema.xml.in
new file mode 100644
index 0000000..f262fbb
--- /dev/null
+++ b/data/org.mate.peripherals-smartcard.gschema.xml.in
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<schemalist>
+ <schema id="org.mate.peripherals-smartcard" path="/desktop/mate/peripherals/smartcard/">
+ <key name="removal-action" type="s">
+ <default>'none'</default>
+ <summary>Smartcard removal action</summary>
+ <description>Set this to one of "none", "lock_screen", or "force_logout". The action will get performed when the smartcard used for log in is removed.</description>
+ </key>
+ </schema>
+</schemalist>
diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in b/data/org.mate.peripherals-touchpad.gschema.xml.in
new file mode 100644
index 0000000..0e175c2
--- /dev/null
+++ b/data/org.mate.peripherals-touchpad.gschema.xml.in
@@ -0,0 +1,29 @@
+<schemalist>
+ <schema id="org.mate.peripherals-touchpad" path="/desktop/mate/peripherals/touchpad/">
+ <key name="disable-while-typing" type="b">
+ <default>false</default>
+ <summary>Disable touchpad while typing</summary>
+ <description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</description>
+ </key>
+ <key name="tap-to-click" type="b">
+ <default>false</default>
+ <summary>Enable mouse clicks with touchpad</summary>
+ <description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description>
+ </key>
+ <key name="scroll-method" type="i">
+ <default>1</default>
+ <summary>Select the touchpad scroll method</summary>
+ <description>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling</description>
+ </key>
+ <key name="horiz-scroll-enabled" type="b">
+ <default>false</default>
+ <summary>Enable horizontal scrolling</summary>
+ <description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</description>
+ </key>
+ <key name="touchpad-enabled" type="b">
+ <default>true</default>
+ <summary>Enable touchpad</summary>
+ <description>Set this to TRUE to enable all touchpads.</description>
+ </key>
+ </schema>
+</schemalist>