From 2b528edce044642edcd388b851f52012b7e09e38 Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Thu, 18 Oct 2018 17:09:38 +0800 Subject: rfkill: Add RFKill support plugin on Linux systems from https://github.com/GNOME/gnome-settings-daemon/commit/444af32e343a79ca3db0f957bf73687a0f0df9ec Signed-off-by: Zhang Xianwei --- data/Makefile.am | 1 + .../org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 data/org.mate.SettingsDaemon.plugins.rfkill.gschema.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 34cf52e..5f40975 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -16,6 +16,7 @@ msd_gschemas_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.rfkill.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 \ 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 @@ + + + + true + Activation of this plugin + Whether this plugin would be activated by mate-settings-daemon or not + + + 0 + Priority to use for this plugin + Priority to use for this plugin in mate-settings-daemon startup queue + + + + -- cgit v1.2.1