diff options
author | Bastien Nocera <hadess@hadess.net> | 2015-12-17 15:51:10 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-01-04 15:10:02 +0100 |
commit | c50ceb880e928506d987747f9e554079ad3d9826 (patch) | |
tree | 9ee17943f27c318abe19f5cb5d89771d44d653ad /data | |
parent | 9287ef9ac5b119abdcbbabd920c19f353e577f90 (diff) | |
download | gnome-settings-daemon-c50ceb880e928506d987747f9e554079ad3d9826.tar.gz |
common: Remove "hotplug-command" helper
As we're not responsible for configuring input devices
(mutter/gnome-shell is), the custom command to run when devices appear
doesn't make sense any more, as it won't ever block the configuration of
input devices.
https://bugzilla.gnome.org/show_bug.cgi?id=759599
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in index 6a65f081..f4120e9a 100644 --- a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in +++ b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in @@ -4,7 +4,6 @@ <child name="keyboard" schema="org.gnome.settings-daemon.peripherals.keyboard"/> <child name="mouse" schema="org.gnome.settings-daemon.peripherals.mouse"/> <child name="touchscreen" schema="org.gnome.settings-daemon.peripherals.touchscreen"/> - <child name="input-devices" schema="org.gnome.settings-daemon.peripherals.input-devices"/> </schema> <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.smartcard" path="/org/gnome/settings-daemon/peripherals/smartcard/"> <key name="removal-action" enum="org.gnome.settings-daemon.GsdSmartcardRemovalAction"> @@ -68,13 +67,6 @@ <_summary>Whether the tablet's orientation is locked, or rotated automatically.</_summary> </key> </schema> - <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.input-devices" path="/org/gnome/settings-daemon/peripherals/input-devices/"> - <key name="hotplug-command" type="s"> - <default>''</default> - <_summary>Device hotplug custom command</_summary> - <_description>Command to be run when a device is added or removed. An exit value of 1 means that the device will not be handled further by gnome-settings-daemon.</_description> - </key> - </schema> <!-- Deprecated schemas/keys --> <schema id="org.gnome.settings-daemon.peripherals.mouse.deprecated"> |