From d2c7965aa092cecb857bd0301b7c9ff2dc10f9f8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 1 Oct 2012 22:58:54 +0200 Subject: migrate to gsettings --- data/Makefile.am | 48 +- ...ps_mate_settings_daemon_housekeeping.schemas.in | 61 --- ...pps_mate_settings_daemon_keybindings.schemas.in | 240 --------- data/apps_mate_settings_daemon_xrandr.schemas.in | 81 --- data/desktop_mate_font_rendering.schemas.in | 68 --- data/desktop_mate_keybindings.schemas.in | 20 - data/desktop_mate_peripherals_smartcard.schemas.in | 17 - data/desktop_mate_peripherals_touchpad.schemas.in | 65 --- data/mate-settings-daemon.schemas.in | 561 --------------------- data/org.mate.SettingsDaemon.gschema.xml.in | 1 + ...ingsDaemon.plugins.a11y-keyboard.gschema.xml.in | 14 + ...ettingsDaemon.plugins.background.gschema.xml.in | 14 + ...SettingsDaemon.plugins.clipboard.gschema.xml.in | 14 + ....SettingsDaemon.plugins.datetime.gschema.xml.in | 14 + ...mate.SettingsDaemon.plugins.font.gschema.xml.in | 14 + ...tingsDaemon.plugins.housekeeping.gschema.xml.in | 39 ++ ....SettingsDaemon.plugins.keyboard.gschema.xml.in | 14 + ...ettingsDaemon.plugins.media-keys.gschema.xml.in | 114 +++++ ...ate.SettingsDaemon.plugins.mouse.gschema.xml.in | 14 + ...SettingsDaemon.plugins.smartcard.gschema.xml.in | 14 + ...ate.SettingsDaemon.plugins.sound.gschema.xml.in | 14 + ...tingsDaemon.plugins.typing-break.gschema.xml.in | 14 + ...te.SettingsDaemon.plugins.xrandr.gschema.xml.in | 39 ++ ...mate.SettingsDaemon.plugins.xrdb.gschema.xml.in | 14 + ...SettingsDaemon.plugins.xsettings.gschema.xml.in | 14 + data/org.mate.applications-at.gschema.xml.in | 19 + data/org.mate.font-rendering.gschema.xml.in | 24 + data/org.mate.keybindings.gschema.xml.in | 63 +++ data/org.mate.peripherals-smartcard.gschema.xml.in | 10 + data/org.mate.peripherals-touchpad.gschema.xml.in | 29 ++ 30 files changed, 529 insertions(+), 1138 deletions(-) delete mode 100644 data/apps_mate_settings_daemon_housekeeping.schemas.in delete mode 100644 data/apps_mate_settings_daemon_keybindings.schemas.in delete mode 100644 data/apps_mate_settings_daemon_xrandr.schemas.in delete mode 100644 data/desktop_mate_font_rendering.schemas.in delete mode 100644 data/desktop_mate_keybindings.schemas.in delete mode 100644 data/desktop_mate_peripherals_smartcard.schemas.in delete mode 100644 data/desktop_mate_peripherals_touchpad.schemas.in delete mode 100644 data/mate-settings-daemon.schemas.in create mode 100644 data/org.mate.SettingsDaemon.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.font.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in create mode 100644 data/org.mate.applications-at.gschema.xml.in create mode 100644 data/org.mate.font-rendering.gschema.xml.in create mode 100644 data/org.mate.keybindings.gschema.xml.in create mode 100644 data/org.mate.peripherals-smartcard.gschema.xml.in create mode 100644 data/org.mate.peripherals-touchpad.gschema.xml.in (limited to 'data') 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 @@ - - - - - /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify - /apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify - float - 0.05 - - Free percentage notify threshold - Percentage free space threshold for initial warning of low disk space. - If the percentage free space drops below this, a warning will be shown. - - - - - /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again - /apps/mate_settings_daemon/plugins/housekeeping/free_percent_notify_again - float - 0.01 - - Subsequent free percentage notify threshold - Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. - - - - - /schemas/apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify - /apps/mate_settings_daemon/plugins/housekeeping/free_size_gb_no_notify - int - 2 - - Free space no notify threshold - Specify an amount in GB. If the amount of free space is more than this, no warning will be shown. - - - - - /schemas/apps/mate_settings_daemon/plugins/housekeeping/min_notify_period - /apps/mate_settings_daemon/plugins/housekeeping/min_notify_period - int - 10 - - Minimum notify period for repeated warnings - Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period. - - - - - /schemas/apps/mate_settings_daemon/plugins/housekeeping/ignore_paths - /apps/mate_settings_daemon/plugins/housekeeping/ignore_paths - list - string - [] - - Mount paths to ignore - Specify a list of mount paths to ignore when they run low on space. - - - - 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 @@ - - - - - - /schemas/apps/mate_settings_daemon/keybindings/touchpad - /apps/mate_settings_daemon/keybindings/touchpad - string - XF86TouchpadToggle - - Toggle touchpad - Binding to enable or disable the touchpad. - - - - - /schemas/apps/mate_settings_daemon/volume_step - /apps/mate_settings_daemon/volume_step - int - 6 - - Volume step - Volume step as percentage of volume. - - - - - /schemas/apps/mate_settings_daemon/keybindings/volume_mute - /apps/mate_settings_daemon/keybindings/volume_mute - string - XF86AudioMute - - Volume mute - Binding to mute the system volume. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/volume_down - /apps/mate_settings_daemon/keybindings/volume_down - string - XF86AudioLowerVolume - - Volume down - Binding to lower the system volume. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/volume_up - /apps/mate_settings_daemon/keybindings/volume_up - string - XF86AudioRaiseVolume - - Volume up - Binding to raise the system volume. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/power - /apps/mate_settings_daemon/keybindings/power - string - <Control><Alt>Delete - - Log out - Binding to log out. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/eject - /apps/mate_settings_daemon/keybindings/eject - string - XF86Eject - - Eject - Binding to eject an optical disc. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/home - /apps/mate_settings_daemon/keybindings/home - string - XF86Explorer - - Home folder - Binding to open the Home folder. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/search - /apps/mate_settings_daemon/keybindings/search - string - XF86Search - - Search - Binding to launch the search tool. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/email - /apps/mate_settings_daemon/keybindings/email - string - XF86Mail - - Launch email client - Binding to launch the email client. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/screensaver - /apps/mate_settings_daemon/keybindings/screensaver - string - <Control><Alt>l - - Lock screen - Binding to lock the screen. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/help - /apps/mate_settings_daemon/keybindings/help - string - - - Launch help browser - Binding to launch the help browser. - - - - - /schemas/apps/mate_settings_daemon/keybindings/calculator - /apps/mate_settings_daemon/keybindings/calculator - string - XF86Calculator - - Launch calculator - Binding to launch the calculator. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/www - /apps/mate_settings_daemon/keybindings/www - string - XF86WWW - - Launch web browser - Binding to launch the web browser. - - - - - /schemas/apps/mate_settings_daemon/keybindings/media - /apps/mate_settings_daemon/keybindings/media - string - XF86AudioMedia - - Launch media player - Binding to launch the media player. - - - - - /schemas/apps/mate_settings_daemon/keybindings/play - /apps/mate_settings_daemon/keybindings/play - string - XF86AudioPlay - - Play (or play/pause) - Binding to start playback (or toggle play/pause). - - - - - - /schemas/apps/mate_settings_daemon/keybindings/pause - /apps/mate_settings_daemon/keybindings/pause - string - XF86AudioPause - - Pause playback - Binding to pause playback. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/stop - /apps/mate_settings_daemon/keybindings/stop - string - XF86AudioStop - - Stop playback - Binding to stop playback. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/previous - /apps/mate_settings_daemon/keybindings/previous - string - XF86AudioPrev - - Previous track - Binding to skip to previous track. - - - - - - /schemas/apps/mate_settings_daemon/keybindings/next - /apps/mate_settings_daemon/keybindings/next - string - XF86AudioNext - - Next track - Binding to skip to next track. - - - - - 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 @@ - - - - - /schemas/apps/mate_settings_daemon/xrandr/show_notification_icon - /apps/mate_settings_daemon/xrandr/show_notification_icon - mate - bool - false - - Show Displays in Notification Area - Whether a notification icon with display-related things should be - shown in the panel. - - - - - /schemas/apps/mate_settings_daemon/xrandr/use_xorg_monitor_settings - /apps/mate_settings_daemon/xrandr/use_xorg_monitor_settings - mate - bool - true - - Do not touch monitor configuration - 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). - - - - - /schemas/apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup - /apps/mate_settings_daemon/xrandr/turn_on_external_monitors_at_startup - mate - bool - false - - Turn on external monitor after system boot - Turn on external monitor after system boot if user plugs in - external monitor on system boot. - - - - - /schemas/apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup - /apps/mate_settings_daemon/xrandr/turn_on_laptop_monitor_at_startup - mate - bool - true - - Turn on laptop monitor after system boot - Turn on laptop monitor after system boot if user plugs in - external monitor on system boot. - - - - - /schemas/apps/mate_settings_daemon/xrandr/default_configuration_file - /apps/mate_settings_daemon/xrandr/default_configuration_file - mate - string - /etc/mate-settings-daemon/xrandr/monitors.xml - - File for default configuration for RandR - 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. - - - - - 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 @@ - - - - - /schemas/desktop/mate/font_rendering/dpi - /desktop/mate/font_rendering/dpi - mate - float - - DPI - - The resolution used for converting font sizes to pixel sizes, - in dots per inch. - - - - - /schemas/desktop/mate/font_rendering/antialiasing - /desktop/mate/font_rendering/antialiasing - mate - string - grayscale - - Antialiasing - - 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). - - - - - /schemas/desktop/mate/font_rendering/hinting - /desktop/mate/font_rendering/hinting - mate - string - medium - - Hinting - - 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). - - - - - /schemas/desktop/mate/font_rendering/rgba_order - /desktop/mate/font_rendering/rgba_order - mate - string - rgb - - RGBA order - - 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. - - - - - 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 @@ - - - - - /schemas/desktop/mate/keybindings/allowed_keys - /desktop/mate/keybindings/allowed_keys - mate - list - string - [] - - Allowed keys - - If non-empty, keybindings will be ignored unless their MateConf - directory is in the list. This is useful for lockdown. - - - - - 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 @@ - - - - - /schemas/desktop/mate/peripherals/smartcard/removal_action - /desktop/mate/peripherals/smartcard/removal_action - mate - string - none - - Smartcard removal action - 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. - - - - 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 @@ - - - - - - /schemas/desktop/mate/peripherals/touchpad/disable_while_typing - /desktop/mate/peripherals/touchpad/disable_while_typing - mate - bool - FALSE - - Disable touchpad while typing - Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. - - - - - /schemas/desktop/mate/peripherals/touchpad/tap_to_click - /desktop/mate/peripherals/touchpad/tap_to_click - mate - bool - FALSE - - Enable mouse clicks with touchpad - Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. - - - - - /schemas/desktop/mate/peripherals/touchpad/scroll_method - /desktop/mate/peripherals/touchpad/scroll_method - mate - int - 1 - - Select the touchpad scroll method - Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling - - - - - /schemas/desktop/mate/peripherals/touchpad/horiz_scroll_enabled - /desktop/mate/peripherals/touchpad/horiz_scroll_enabled - mate - bool - FALSE - - Enable horizontal scrolling - Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. - - - - - /schemas/desktop/mate/peripherals/touchpad/touchpad_enabled - /desktop/mate/peripherals/touchpad/touchpad_enabled - mate - bool - TRUE - - Enable touchpad - Set this to TRUE to enable all touchpads. - - - - 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 @@ - - - - - - /schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/active - /apps/mate_settings_daemon/plugins/a11y-keyboard/active - mate-settings-daemon - bool - TRUE - - Enable accessibility keyboard plugin - Set to True to enable the plugin to manage the accessibility keyboard settings. - - - - /schemas/apps/mate_settings_daemon/plugins/a11y-keyboard/priority - /apps/mate_settings_daemon/plugins/a11y-keyboard/priority - mate-settings-daemon - int - 7 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/background/active - /apps/mate_settings_daemon/plugins/background/active - mate-settings-daemon - bool - TRUE - - Enable background plugin - Set to True to enable the plugin to manage desktop background settings. - - - - /schemas/apps/mate_settings_daemon/plugins/background/priority - /apps/mate_settings_daemon/plugins/background/priority - mate-settings-daemon - int - 97 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/clipboard/active - /apps/mate_settings_daemon/plugins/clipboard/active - mate-settings-daemon - bool - TRUE - - Enable clipboard plugin - Set to True to enable the plugin to manage clipboard settings. - - - - /schemas/apps/mate_settings_daemon/plugins/clipboard/priority - /apps/mate_settings_daemon/plugins/clipboard/priority - mate-settings-daemon - int - 99 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/font/active - /apps/mate_settings_daemon/plugins/font/active - mate-settings-daemon - bool - FALSE - - Enable font plugin - Set to True to enable the plugin to manage font settings. - - - - /schemas/apps/mate_settings_daemon/plugins/font/priority - /apps/mate_settings_daemon/plugins/font/priority - mate-settings-daemon - int - 4 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/housekeeping/active - /apps/mate_settings_daemon/plugins/housekeeping/active - mate-settings-daemon - bool - TRUE - - Enable housekeeping plugin - Set to True to enable the housekeeping plugin, to prune transient file caches. - - - - /schemas/apps/mate_settings_daemon/plugins/housekeeping/priority - /apps/mate_settings_daemon/plugins/housekeeping/priority - mate-settings-daemon - int - 300 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/keybindings/active - /apps/mate_settings_daemon/plugins/keybindings/active - mate-settings-daemon - bool - TRUE - - Enable keybindings plugin - Set to True to enable the plugin to manage the keybindings. - - - - /schemas/apps/mate_settings_daemon/plugins/keybindings/priority - /apps/mate_settings_daemon/plugins/keybindings/priority - mate-settings-daemon - int - 20 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/keyboard/active - /apps/mate_settings_daemon/plugins/keyboard/active - mate-settings-daemon - bool - TRUE - - Enable keyboard plugin - Set to True to enable the plugin to manage keyboard settings. - - - - /schemas/apps/mate_settings_daemon/plugins/keyboard/priority - /apps/mate_settings_daemon/plugins/keyboard/priority - mate-settings-daemon - int - 6 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/media-keys/active - /apps/mate_settings_daemon/plugins/media-keys/active - mate-settings-daemon - bool - TRUE - - Enable media keys plugin - Set to True to enable the plugin to manage multimedia keys settings. - - - - /schemas/apps/mate_settings_daemon/plugins/media-keys/priority - /apps/mate_settings_daemon/plugins/media-keys/priority - mate-settings-daemon - int - 98 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/mouse/active - /apps/mate_settings_daemon/plugins/mouse/active - mate-settings-daemon - bool - TRUE - - Enable mouse plugin - Set to True to enable the plugin to manage mouse settings. - - - - /schemas/apps/mate_settings_daemon/plugins/mouse/priority - /apps/mate_settings_daemon/plugins/mouse/priority - mate-settings-daemon - int - 7 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/smartcard/active - /apps/mate_settings_daemon/plugins/smartcard/active - mate-settings-daemon - bool - TRUE - - Enable smartcard plugin - Set to True to enable the plugin to manage locking the screen on smartcard removal. - - - - /schemas/apps/mate_settings_daemon/plugins/smartcard/priority - /apps/mate_settings_daemon/plugins/smartcard/priority - mate-settings-daemon - int - 8 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/sound/active - /apps/mate_settings_daemon/plugins/sound/active - mate-settings-daemon - bool - TRUE - - Enable sound plugin - Set to True to enable the plugin to manage sound sample caches. - - - - /schemas/apps/mate_settings_daemon/plugins/sound/priority - /apps/mate_settings_daemon/plugins/sound/priority - mate-settings-daemon - int - 5 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/typing-break/active - /apps/mate_settings_daemon/plugins/typing-break/active - mate-settings-daemon - bool - TRUE - - Enable typing breaks plugin - Set to True to enable the plugin to manage typing breaks. - - - - /schemas/apps/mate_settings_daemon/plugins/typing-break/priority - /apps/mate_settings_daemon/plugins/typing-break/priority - mate-settings-daemon - int - 200 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/xrandr/active - /apps/mate_settings_daemon/plugins/xrandr/active - mate-settings-daemon - bool - TRUE - - Enable XRandR plugin - Set to True to enable the plugin to manage XRandR settings. - - - - /schemas/apps/mate_settings_daemon/plugins/xrandr/priority - /apps/mate_settings_daemon/plugins/xrandr/priority - mate-settings-daemon - int - 1 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/xrdb/active - /apps/mate_settings_daemon/plugins/xrdb/active - mate-settings-daemon - bool - FALSE - - Enable xrdb plugin - Set to True to enable the plugin to manage xrdb settings. - - - - /schemas/apps/mate_settings_daemon/plugins/xrdb/priority - /apps/mate_settings_daemon/plugins/xrdb/priority - mate-settings-daemon - int - 90 - - - - - - - - /schemas/apps/mate_settings_daemon/plugins/xsettings/active - /apps/mate_settings_daemon/plugins/xsettings/active - mate-settings-daemon - bool - TRUE - - Enable xsettings plugin - Set to True to enable the plugin to manage xsettings. - - - - /schemas/apps/mate_settings_daemon/plugins/xsettings/priority - /apps/mate_settings_daemon/plugins/xsettings/priority - mate-settings-daemon - int - 2 - - - - - - - - /schemas/desktop/mate/keybindings/magnifier/binding - /desktop/mate/keybindings/magnifier/binding - mate-settings-daemon - string - - - Toggle magnifier - - Binding to toggle the magnifier. - - - - - /schemas/desktop/mate/keybindings/magnifier/name - /desktop/mate/keybindings/magnifier/name - mate-settings-daemon - string - - Toggle magnifier - The name of the keyboard shortcut to toggle the magnifier - - This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog. - - - - - /schemas/desktop/mate/keybindings/magnifier/action - /desktop/mate/keybindings/magnifier/action - mate-settings-daemon - string - mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled - - Toggle magnifier - - Command used to turn the magnifier on or off. - - - - - /schemas/desktop/mate/keybindings/screenreader/binding - /desktop/mate/keybindings/screenreader/binding - mate-settings-daemon - string - - - Toggle screen reader - - Binding to toggle the screen reader. - - - - - /schemas/desktop/mate/keybindings/screenreader/name - /desktop/mate/keybindings/screenreader/name - mate-settings-daemon - string - - Toggle screen reader - The name of the keyboard shortcut to toggle the screen reader - - This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog. - - - - - /schemas/desktop/mate/keybindings/screenreader/action - /desktop/mate/keybindings/screenreader/action - mate-settings-daemon - string - mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled - - Toggle screen reader - - Command used to turn the screen reader on or off. - - - - - /schemas/desktop/mate/keybindings/onscreenkeyboard/name - /desktop/mate/keybindings/onscreenkeyboard/name - mate-settings-daemon - string - - Toggle on-screen keyboard - The name of the keyboard shortcut to toggle the on-screen keyboard - - 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. - - - - - /schemas/desktop/mate/keybindings/onscreenkeyboard/binding - /desktop/mate/keybindings/onscreenkeyboard/binding - mate-settings-daemon - string - - - Toggle on-screen keyboard - - Binding to toggle the on-screen keyboard. - - - - - /schemas/desktop/mate/keybindings/onscreenkeyboard/action - /desktop/mate/keybindings/onscreenkeyboard/action - mate-settings-daemon - string - mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled - - Toggle on-screen keyboard - - Command used to turn the on-screen keyboard on or off. - - - - - - /schemas/desktop/mate/accessibility/keyboard/stickykeys_enable - /desktop/mate/accessibility/keyboard/stickykeys_enable - mate-settings-daemon - bool - FALSE - - Sticky keys - - Whether the sticky keys keyboard accessibility feature is turned on. - - - - - /schemas/desktop/mate/accessibility/keyboard/bouncekeys_enable - /desktop/mate/accessibility/keyboard/bouncekeys_enable - mate-settings-daemon - bool - FALSE - - Bounce keys - - Whether the bounce keys keyboard accessibility feature is turned on. - - - - - /schemas/desktop/mate/accessibility/keyboard/slowkeys_enable - /desktop/mate/accessibility/keyboard/slowkeys_enable - mate-settings-daemon - bool - FALSE - - Slow keys - - Whether the slow keys keyboard accessibility feature is turned on. - - - - - /schemas/desktop/mate/accessibility/keyboard/mousekeys_enable - /desktop/mate/accessibility/keyboard/mousekeys_enable - mate - bool - FALSE - - Mouse keys - - Whether the mouse keys keyboard accessibility feature is turned on. - - - - - /schemas/desktop/mate/applications/at/screen_keyboard_enabled - /desktop/mate/applications/at/screen_keyboard_enabled - mate-settings-daemon - bool - FALSE - - On-screen keyboard - - Whether the on-screen keyboard is turned on. - - - - - /schemas/desktop/mate/applications/at/screen_magnifier_enabled - /desktop/mate/applications/at/screen_magnifier_enabled - mate-settings-daemon - bool - FALSE - - Screen magnifier - - Whether the screen magnifier is turned on. - - - - - /schemas/desktop/mate/applications/at/screen_reader_enabled - /desktop/mate/applications/at/screen_reader_enabled - mate-settings-daemon - bool - FALSE - - Screen reader - - Whether the screen reader is turned on. - - - - - - 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 7 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 97 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 4 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 0.05 + <_summary>Free percentage notify threshold + <_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. + + + 0.01 + <_summary>Subsequent free percentage notify threshold + <_description>Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. + + + 2 + <_summary>Free space no notify threshold + <_description>Specify an amount in GB. If the amount of free space is more than this, no warning will be shown. + + + 10 + <_summary>Minimum notify period for repeated warnings + <_description>Specify a time in minutes. Subsequent warnings for a volume will not appear more often than this period. + + + [] + <_summary>Mount paths to ignore + <_description>Specify a list of mount paths to ignore when they run low on space. + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 6 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 98 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 6 + <_summary>Volume step + <_description>Volume step as percentage of volume. + + + 'XF86TouchpadToggle' + <_summary>Toggle touchpad + <_description>Binding to enable or disable the touchpad. + + + 'XF86AudioMute' + <_summary>Volume mute + <_description>Binding to mute the system volume. + + + 'XF86AudioLowerVolume' + <_summary>Volume down + <_description>Binding to lower the system volume. + + + 'XF86AudioRaiseVolume' + <_summary>Volume up + <_description>Binding to raise the system volume. + + + '<Control><Alt>Delete' + <_summary>Log out + <_description>Binding to log out. + + + 'XF86Eject' + <_summary>Eject + <_description>Binding to eject an optical disc. + + + 'XF86Explorer' + <_summary>Home folder + <_description>Binding to open the Home folder. + + + 'XF86Search' + <_summary>Search + <_description>Binding to launch the search tool. + + + 'XF86Mail' + <_summary>Launch email client + <_description>Binding to launch the email client. + + + '<Control><Alt>l' + <_summary>Lock screen + <_description>Binding to lock the screen. + + + '' + <_summary>Launch help browser + <_description>Binding to launch the help browser. + + + 'XF86Calculator' + <_summary>Launch calculator + <_description>Binding to launch the calculator. + + + 'XF86WWW' + <_summary>Launch web browser + <_description>Binding to launch the web browser. + + + 'XF86AudioMedia' + <_summary>Launch media player + <_description>Binding to launch the media player. + + + 'XF86AudioPlay' + <_summary>Play (or play/pause) + <_description>Binding to start playback (or toggle play/pause). + + + 'XF86AudioPause' + <_summary>Pause playback + <_description>Binding to pause playback. + + + 'XF86AudioStop' + <_summary>Stop playback + <_description>Binding to stop playback. + + + 'XF86AudioPrev' + <_summary>Previous track + <_description>Binding to skip to previous track. + + + 'XF86AudioNext' + <_summary>Next track + <_description>Binding to skip to next track. + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 7 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 8 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 5 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 1 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + false + <_summary>Show Displays in Notification Area + <_description>Whether a notification icon with display-related things should be shown in the panel. + + + true + <_summary>Do not touch monitor configuration + <_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). + + + false + <_summary>Turn on external monitor after system boot + <_description>Turn on external monitor after system boot if user plugs in external monitor on system boot. + + + true + <_summary>Turn on laptop monitor after system boot + <_description>Turn on laptop monitor after system boot if user plugs in external monitor on system boot. + + + '/etc/mate-settings-daemon/xrandr/monitors.xml' + <_summary>File for default configuration for RandR + <_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. + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 90 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + true + <_summary>Activation of this plugin + <_description>Whether this plugin would be activated by mate-settings-daemon or not + + + 2 + <_summary>Priority to use for this plugin + <_description>Priority to use for this plugin in mate-settings-daemon startup queue + + + 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 @@ + + + + false + <_summary>On-screen keyboard + <_description>Whether the on-screen keyboard is turned on. + + + false + <_summary>Screen magnifier + <_description>Whether the screen magnifier is turned on. + + + false + <_summary>Screen reader + <_description>Whether the screen reader is turned on. + + + 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 @@ + + + + 0.0 + <_summary>DPI + <_description>The resolution used for converting font sizes to pixel sizes, in dots per inch. + + + 'grayscale' + <_summary>Antialiasing + <_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). + + + 'medium' + <_summary>Hinting + <_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). + + + 'rgb' + <_summary>RGBA order + <_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. + + + 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 @@ + + + + [] + <_summary>Allowed keys + <_description>If non-empty, keybindings will be ignored unless their GSettings directory is in the list. This is useful for lockdown. + + + + + + + + '' + Toggle magnifier + Binding to toggle the magnifier. + + + 'Toggle magnifier' + The name of the keyboard shortcut to toggle the magnifier + This is the name of the keyboard shortcut to toggle the magnifier. This name will be shown in the keyboard shortcut preferences dialog. + + + 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_magnifier_enabled' + Toggle magnifier + Command used to turn the magnifier on or off. + + + + + '' + Toggle screen reader + Binding to toggle the screen reader. + + + 'Toggle screen reader' + The name of the keyboard shortcut to toggle the screen reader + This is the name of the keyboard shortcut to toggle the screen reader. This name will be shown in the keyboard shortcut preferences dialog. + + + 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_reader_enabled' + Toggle screen reader + Command used to turn the screen reader on or off. + + + + + 'Toggle on-screen keyboard' + The name of the keyboard shortcut to toggle the on-screen keyboard + 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. + + + '' + Toggle on-screen keyboard + Binding to toggle the on-screen keyboard. + + + 'mateconftool-2 --toggle /desktop/mate/applications/at/screen_keyboard_enabled' + Toggle on-screen keyboard + Command used to turn the on-screen keyboard on or off. + + + 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 @@ + + + + + 'none' + Smartcard removal action + 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. + + + 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 @@ + + + + false + Disable touchpad while typing + Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. + + + false + Enable mouse clicks with touchpad + Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. + + + 1 + Select the touchpad scroll method + Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling + + + false + Enable horizontal scrolling + Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. + + + true + Enable touchpad + Set this to TRUE to enable all touchpads. + + + -- cgit v1.2.1