From 36aaf5759c1beececce2b161b47de7c6337bb279 Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 15:30:42 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- configure.ac | 23 +++- data/Makefile.am | 51 ++++---- ...ingsDaemon.plugins.a11y-keyboard.gschema.xml.in | 14 +++ ...sDaemon.plugins.a11y-keyboard.gschema.xml.in.in | 14 --- ...ingsDaemon.plugins.a11y-settings.gschema.xml.in | 14 +++ ...sDaemon.plugins.a11y-settings.gschema.xml.in.in | 14 --- ...ettingsDaemon.plugins.background.gschema.xml.in | 14 +++ ...ingsDaemon.plugins.background.gschema.xml.in.in | 14 --- ...SettingsDaemon.plugins.clipboard.gschema.xml.in | 14 +++ ...tingsDaemon.plugins.clipboard.gschema.xml.in.in | 14 --- ....SettingsDaemon.plugins.datetime.gschema.xml.in | 14 +++ ...ttingsDaemon.plugins.datetime.gschema.xml.in.in | 14 --- ...tingsDaemon.plugins.housekeeping.gschema.xml.in | 39 +++++++ ...gsDaemon.plugins.housekeeping.gschema.xml.in.in | 39 ------- ...ttingsDaemon.plugins.keybindings.gschema.xml.in | 14 +++ ...ngsDaemon.plugins.keybindings.gschema.xml.in.in | 14 --- ....SettingsDaemon.plugins.keyboard.gschema.xml.in | 14 +++ ...ttingsDaemon.plugins.keyboard.gschema.xml.in.in | 14 --- ...ettingsDaemon.plugins.media-keys.gschema.xml.in | 129 +++++++++++++++++++++ ...ingsDaemon.plugins.media-keys.gschema.xml.in.in | 129 --------------------- ...ate.SettingsDaemon.plugins.mouse.gschema.xml.in | 14 +++ ....SettingsDaemon.plugins.mouse.gschema.xml.in.in | 14 --- ...ate.SettingsDaemon.plugins.mpris.gschema.xml.in | 14 +++ ....SettingsDaemon.plugins.mpris.gschema.xml.in.in | 14 --- ...SettingsDaemon.plugins.smartcard.gschema.xml.in | 14 +++ ...tingsDaemon.plugins.smartcard.gschema.xml.in.in | 14 --- ...ate.SettingsDaemon.plugins.sound.gschema.xml.in | 14 +++ ....SettingsDaemon.plugins.sound.gschema.xml.in.in | 14 --- ...tingsDaemon.plugins.typing-break.gschema.xml.in | 14 +++ ...gsDaemon.plugins.typing-break.gschema.xml.in.in | 14 --- ...te.SettingsDaemon.plugins.xrandr.gschema.xml.in | 39 +++++++ ...SettingsDaemon.plugins.xrandr.gschema.xml.in.in | 39 ------- ...mate.SettingsDaemon.plugins.xrdb.gschema.xml.in | 14 +++ ...e.SettingsDaemon.plugins.xrdb.gschema.xml.in.in | 14 --- ...SettingsDaemon.plugins.xsettings.gschema.xml.in | 14 +++ ...tingsDaemon.plugins.xsettings.gschema.xml.in.in | 14 --- data/org.mate.applications-at.gschema.xml.in | 19 +++ data/org.mate.applications-at.gschema.xml.in.in | 19 --- data/org.mate.font-rendering.gschema.xml.in | 41 +++++++ data/org.mate.font-rendering.gschema.xml.in.in | 41 ------- data/org.mate.peripherals-smartcard.gschema.xml.in | 10 ++ ...rg.mate.peripherals-smartcard.gschema.xml.in.in | 10 -- data/org.mate.peripherals-touchpad.gschema.xml.in | 59 ++++++++++ ...org.mate.peripherals-touchpad.gschema.xml.in.in | 59 ---------- po/POTFILES.in | 42 +++---- 45 files changed, 598 insertions(+), 582 deletions(-) create mode 100644 data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in create mode 100644 data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in delete mode 100644 data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in create mode 100644 data/org.mate.applications-at.gschema.xml.in delete mode 100644 data/org.mate.applications-at.gschema.xml.in.in create mode 100644 data/org.mate.font-rendering.gschema.xml.in delete mode 100644 data/org.mate.font-rendering.gschema.xml.in.in create mode 100644 data/org.mate.peripherals-smartcard.gschema.xml.in delete mode 100644 data/org.mate.peripherals-smartcard.gschema.xml.in.in create mode 100644 data/org.mate.peripherals-touchpad.gschema.xml.in delete mode 100644 data/org.mate.peripherals-touchpad.gschema.xml.in.in diff --git a/configure.ac b/configure.ac index 27efa0a..80c52b4 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_SUBST(VERSION) AC_CONFIG_HEADERS([config.h]) -IT_PROG_INTLTOOL([0.37.1]) +IT_PROG_INTLTOOL([0.50.1]) GETTEXT_PACKAGE=mate-settings-daemon AC_SUBST(GETTEXT_PACKAGE) @@ -510,6 +510,27 @@ data/Makefile data/mate-settings-daemon.desktop.in data/mate-settings-daemon.pc data/mate-settings-daemon-uninstalled.pc +data/org.mate.applications-at.gschema.xml +data/org.mate.font-rendering.gschema.xml +data/org.mate.peripherals-smartcard.gschema.xml +data/org.mate.peripherals-touchpad.gschema.xml +data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml +data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml +data/org.mate.SettingsDaemon.plugins.background.gschema.xml +data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml +data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml +data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml +data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml +data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml +data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml +data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml +data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml +data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml +data/org.mate.SettingsDaemon.plugins.sound.gschema.xml +data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml +data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml +data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml +data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml po/Makefile.in ]) diff --git a/data/Makefile.am b/data/Makefile.am index e564600..9ee0f0f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,37 +1,33 @@ NULL = -msd_gschemas_in_in = \ - org.mate.applications-at.gschema.xml.in.in \ - org.mate.font-rendering.gschema.xml.in.in \ - org.mate.peripherals-smartcard.gschema.xml.in.in \ - org.mate.peripherals-touchpad.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in \ - org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in \ +msd_gschemas_in = \ + org.mate.applications-at.gschema.xml.in \ + org.mate.font-rendering.gschema.xml.in \ + org.mate.peripherals-smartcard.gschema.xml.in \ + org.mate.peripherals-touchpad.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.background.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.sound.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in \ + org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in \ $(NULL) @INTLTOOL_XML_NOMERGE_RULE@ -msd_gschemas_in = $(msd_gschemas_in_in:.xml.in.in=.xml.in) gsettings_SCHEMAS = $(msd_gschemas_in:.xml.in=.xml) -%.gschema.xml.in: %.gschema.xml.in.in Makefile - $(AM_V_GEN) $(SED) -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' < $< > $@ - @GSETTINGS_RULES@ convertdir = $(datadir)/MateConf/gsettings @@ -65,7 +61,7 @@ xml_in_files = 50-accessibility.xml.in xml_DATA = $(xml_in_files:.xml.in=.xml) EXTRA_DIST = \ - $(msd_gschemas_in_in) \ + $(msd_gschemas_in) \ $(convert_DATA) \ $(service_in_files) \ $(desktop_in_files) \ @@ -76,7 +72,6 @@ EXTRA_DIST = \ DISTCLEANFILES = \ $(gsettings_SCHEMAS) \ - $(msd_gschemas_in) \ $(service_DATA) \ $(desktop_DATA) \ $(xml_DATA) \ 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..368aa8b --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 7 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in deleted file mode 100644 index 84bfb9f..0000000 --- a/data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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.a11y-settings.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in new file mode 100644 index 0000000..9723d50 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in @@ -0,0 +1,14 @@ + + + + false + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 7 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in deleted file mode 100644 index 26f97bc..0000000 --- a/data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - false - <_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..bf1be28 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 97 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in deleted file mode 100644 index 64332ad..0000000 --- a/data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..beb2999 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in deleted file mode 100644 index 9ad216b..0000000 --- a/data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..5606c89 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in deleted file mode 100644 index 1ba1bb0..0000000 --- a/data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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.housekeeping.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in new file mode 100644 index 0000000..8710d47 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in @@ -0,0 +1,39 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + 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. + + + 0.01 + Subsequent free percentage notify threshold + Specify the percentage that the free disk space should reduce by before issuing a subsequent warning. + + + 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. + + + 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. + + + [] + Mount paths to ignore + Specify a list of mount paths to ignore when they run low on space. + + + diff --git a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in deleted file mode 100644 index 24882cb..0000000 --- a/data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in +++ /dev/null @@ -1,39 +0,0 @@ - - - - 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.keybindings.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in new file mode 100644 index 0000000..c440c89 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 6 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in deleted file mode 100644 index a371b84..0000000 --- a/data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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.keyboard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in new file mode 100644 index 0000000..61531b7 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 6 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in deleted file mode 100644 index d12afb2..0000000 --- a/data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..1ce1038 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in @@ -0,0 +1,129 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 98 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + 6 + Volume step + Volume step as percentage of volume. + + + 'XF86TouchpadToggle' + Toggle touchpad + Binding to enable or disable the touchpad. + + + 'XF86AudioMute' + Volume mute + Binding to mute the system volume. + + + 'XF86AudioLowerVolume' + Volume down + Binding to lower the system volume. + + + 'XF86AudioRaiseVolume' + Volume up + Binding to raise the system volume. + + + '<Control><Alt>Delete' + Log out + Binding to log out. + + + 'XF86Eject' + Eject + Binding to eject an optical disc. + + + 'XF86Explorer' + Home folder + Binding to open the Home folder. + + + 'XF86Search' + Search + Binding to launch the search tool. + + + 'XF86Mail' + Launch email client + Binding to launch the email client. + + + '<Control><Alt>l' + Lock screen + Binding to lock the screen. + + + '' + Launch help browser + Binding to launch the help browser. + + + 'XF86Calculator' + Launch calculator + Binding to launch the calculator. + + + 'XF86WWW' + Launch web browser + Binding to launch the web browser. + + + 'XF86AudioMedia' + Launch media player + Binding to launch the media player. + + + 'XF86AudioPlay' + Play (or play/pause) + Binding to start playback (or toggle play/pause). + + + 'XF86AudioPause' + Pause playback + Binding to pause playback. + + + 'XF86AudioStop' + Stop playback + Binding to stop playback. + + + 'XF86AudioPrev' + Previous track + Binding to skip to previous track. + + + 'XF86AudioNext' + Next track + Binding to skip to next track. + + + '' + Toggle magnifier + Binding to show the screen magnifier + + + '' + Toggle screen reader + Binding to start the screen reader + + + '' + Toggle on-screen keyboard + Binding to show the on-screen keyboard + + + diff --git a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in deleted file mode 100644 index 3e0ee2c..0000000 --- a/data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in +++ /dev/null @@ -1,129 +0,0 @@ - - - - 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. - - - '' - <_summary>Toggle magnifier - <_description>Binding to show the screen magnifier - - - '' - <_summary>Toggle screen reader - <_description>Binding to start the screen reader - - - '' - <_summary>Toggle on-screen keyboard - <_description>Binding to show the on-screen keyboard - - - 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..be3251e --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 7 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in deleted file mode 100644 index 6778873..0000000 --- a/data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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.mpris.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in new file mode 100644 index 0000000..f16aa17 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in deleted file mode 100644 index f398d27..0000000 --- a/data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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.smartcard.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in new file mode 100644 index 0000000..240b4c2 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 8 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in deleted file mode 100644 index 33883e2..0000000 --- a/data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..f014df5 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 5 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in deleted file mode 100644 index 597e6bc..0000000 --- a/data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..0489b75 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 99 + Priority to use for this plugin + 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.in b/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in deleted file mode 100644 index e3eb93d..0000000 --- a/data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..2691635 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in @@ -0,0 +1,39 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 1 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + false + Show Displays in Notification Area + Whether a notification icon with display-related things should be shown in the panel. + + + 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). + + + false + Turn on external monitor after system boot + Turn on external monitor after system boot if user plugs in external monitor on system boot. + + + true + Turn on laptop monitor after system boot + Turn on laptop monitor after system boot if user plugs in external monitor on system boot. + + + '/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/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in deleted file mode 100644 index 3b55e09..0000000 --- a/data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in +++ /dev/null @@ -1,39 +0,0 @@ - - - - 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..ad5d798 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 90 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in deleted file mode 100644 index d83cc68..0000000 --- a/data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..ae4721a --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in @@ -0,0 +1,14 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 2 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + diff --git a/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in b/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in deleted file mode 100644 index d636862..0000000 --- a/data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in +++ /dev/null @@ -1,14 +0,0 @@ - - - - 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..79e9e3d --- /dev/null +++ b/data/org.mate.applications-at.gschema.xml.in @@ -0,0 +1,19 @@ + + + + false + On-screen keyboard + Whether the on-screen keyboard is turned on. + + + false + Screen magnifier + Whether the screen magnifier is turned on. + + + false + Screen reader + Whether the screen reader is turned on. + + + diff --git a/data/org.mate.applications-at.gschema.xml.in.in b/data/org.mate.applications-at.gschema.xml.in.in deleted file mode 100644 index 94edc9c..0000000 --- a/data/org.mate.applications-at.gschema.xml.in.in +++ /dev/null @@ -1,19 +0,0 @@ - - - - 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..3c292a1 --- /dev/null +++ b/data/org.mate.font-rendering.gschema.xml.in @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + 0.0 + DPI + The resolution used for converting font sizes to pixel sizes, in dots per inch. + + + '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). + + + '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). + + + '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/org.mate.font-rendering.gschema.xml.in.in b/data/org.mate.font-rendering.gschema.xml.in.in deleted file mode 100644 index 2d9f84b..0000000 --- a/data/org.mate.font-rendering.gschema.xml.in.in +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - 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.peripherals-smartcard.gschema.xml.in b/data/org.mate.peripherals-smartcard.gschema.xml.in new file mode 100644 index 0000000..0f27082 --- /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-smartcard.gschema.xml.in.in b/data/org.mate.peripherals-smartcard.gschema.xml.in.in deleted file mode 100644 index 8b6cfd6..0000000 --- a/data/org.mate.peripherals-smartcard.gschema.xml.in.in +++ /dev/null @@ -1,10 +0,0 @@ - - - - - 'none' - <_summary>Smartcard removal action - <_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. - - - 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..db72e42 --- /dev/null +++ b/data/org.mate.peripherals-touchpad.gschema.xml.in @@ -0,0 +1,59 @@ + + + + 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. + + + false + Natural scrolling + Set this to true to enable natural (reverse) scrolling for touchpads + + + true + Enable touchpad + Set this to TRUE to enable all touchpads. + + + 3 + Enabled two-finger button-click emulation + 0 thru 3, 0 is inactive, 1-3 is button to emulate + + + 2 + Enable three-finger button-click emulation + 0 thru 3, 0 is inactive, 1-3 is button to emulate + + + 1 + One finger tap button + Select the button mapping for one-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button + + + 3 + Two finger tap button + Select the button mapping for two-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button + + + 2 + Three finger tap button + Select the button mapping for three-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button + + + diff --git a/data/org.mate.peripherals-touchpad.gschema.xml.in.in b/data/org.mate.peripherals-touchpad.gschema.xml.in.in deleted file mode 100644 index 8cfe8d4..0000000 --- a/data/org.mate.peripherals-touchpad.gschema.xml.in.in +++ /dev/null @@ -1,59 +0,0 @@ - - - - false - <_summary>Disable touchpad while typing - <_description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing. - - - false - <_summary>Enable mouse clicks with touchpad - <_description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad. - - - 1 - <_summary>Select the touchpad scroll method - <_description>Select the touchpad scroll method. Supported values are: 0: disabled, 1: edge scrolling, and 2: two-finger scrolling - - - false - <_summary>Enable horizontal scrolling - <_description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key. - - - false - <_summary>Natural scrolling - <_description>Set this to true to enable natural (reverse) scrolling for touchpads - - - true - <_summary>Enable touchpad - <_description>Set this to TRUE to enable all touchpads. - - - 3 - <_summary>Enabled two-finger button-click emulation - <_description>0 thru 3, 0 is inactive, 1-3 is button to emulate - - - 2 - <_summary>Enable three-finger button-click emulation - <_description>0 thru 3, 0 is inactive, 1-3 is button to emulate - - - 1 - <_summary>One finger tap button - <_description>Select the button mapping for one-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button - - - 3 - <_summary>Two finger tap button - <_description>Select the button mapping for two-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button - - - 2 - <_summary>Three finger tap button - <_description>Select the button mapping for three-finger tap. Supported values are: 1: left mouse button 2: middle mouse button 3: right mouse button - - - diff --git a/po/POTFILES.in b/po/POTFILES.in index 27080da..db8c45e 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,27 +1,27 @@ # Files with translatable strings. # Please keep this file in alphabetical order. data/50-accessibility.xml.in -data/org.mate.applications-at.gschema.xml.in.in -data/org.mate.font-rendering.gschema.xml.in.in -data/org.mate.peripherals-smartcard.gschema.xml.in.in -data/org.mate.peripherals-touchpad.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in.in -data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in.in +[type: gettext/gsettings]data/org.mate.applications-at.gschema.xml.in +[type: gettext/gsettings]data/org.mate.font-rendering.gschema.xml.in +[type: gettext/gsettings]data/org.mate.peripherals-smartcard.gschema.xml.in +[type: gettext/gsettings]data/org.mate.peripherals-touchpad.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.a11y-keyboard.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.a11y-settings.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.background.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.clipboard.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.datetime.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.keyboard.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.media-keys.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.mouse.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.mpris.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.smartcard.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.sound.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.typing-break.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.xrandr.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.xrdb.gschema.xml.in +[type: gettext/gsettings]data/org.mate.SettingsDaemon.plugins.xsettings.gschema.xml.in data/mate-settings-daemon.desktop.in.in mate-settings-daemon/main.c [type: gettext/ini]plugins/a11y-keyboard/a11y-keyboard.mate-settings-plugin.in -- cgit v1.2.1