diff options
author | Zhang Xianwei <[email protected]> | 2018-10-18 17:09:38 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-10-24 18:19:17 +0200 |
commit | 2b528edce044642edcd388b851f52012b7e09e38 (patch) | |
tree | a1fc84470e773a5ef74e4a4aa481cb1c17bacc6c /data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in | |
parent | 765208efe3772d5aebf1680c4c5fac87a9b33136 (diff) | |
download | mate-settings-daemon-2b528edce044642edcd388b851f52012b7e09e38.tar.bz2 mate-settings-daemon-2b528edce044642edcd388b851f52012b7e09e38.tar.xz |
rfkill: Add RFKill support plugin on Linux systems
from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec
Signed-off-by: Zhang Xianwei <[email protected]>
Diffstat (limited to 'data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in')
-rw-r--r-- | data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in b/data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in new file mode 100644 index 0000000..9292832 --- /dev/null +++ b/data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in @@ -0,0 +1,15 @@ +<schemalist> + <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.mate.SettingsDaemon.plugins.rfkill" path="/org/mate/settings-daemon/plugins/rfkill/"> + <key name="active" type="b"> + <default>true</default> + <summary>Activation of this plugin</summary> + <description>Whether this plugin would be activated by mate-settings-daemon or not</description> + </key> + <key name="priority" type="i"> + <default>0</default> + <summary>Priority to use for this plugin</summary> + <description>Priority to use for this plugin in mate-settings-daemon startup queue</description> + </key> + </schema> +</schemalist> + |