From 6f12750fb05e6284b4356a6648a47ce202ff2d39 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Mon, 18 Feb 2013 22:49:08 +0100 Subject: Re-added keybindings plugin, migrated to GSettings --- data/Makefile.am | 1 + ....mate.SettingsDaemon.plugins.keybindings.gschema.xml.in | 14 ++++++++++++++ data/org.mate.keybindings.gschema.xml.in | 5 ----- 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 data/org.mate.SettingsDaemon.plugins.keybindings.gschema.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index a6f3631..4ae81d4 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,6 +11,7 @@ gsettings_SCHEMAS = \ org.mate.SettingsDaemon.plugins.clipboard.gschema.xml \ org.mate.SettingsDaemon.plugins.datetime.gschema.xml \ org.mate.SettingsDaemon.plugins.housekeeping.gschema.xml \ + org.mate.SettingsDaemon.plugins.keybindings.gschema.xml \ org.mate.SettingsDaemon.plugins.keyboard.gschema.xml \ org.mate.SettingsDaemon.plugins.media-keys.gschema.xml \ org.mate.SettingsDaemon.plugins.mouse.gschema.xml \ 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..a371b84 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.keybindings.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.keybindings.gschema.xml.in b/data/org.mate.keybindings.gschema.xml.in index 3ea2ace..7d1b7e3 100644 --- a/data/org.mate.keybindings.gschema.xml.in +++ b/data/org.mate.keybindings.gschema.xml.in @@ -1,10 +1,5 @@ - - [] - <_summary>Allowed keys - <_description>If non-empty, keybindings will be ignored unless their GSettings directory is in the list. This is useful for lockdown. - -- cgit v1.2.1