~unity-settings-daemon-team/unity-settings-daemon/trunk

« back to all changes in this revision

Viewing changes to plugins/common/input-device-example.sh

  • Committer: Bileto Bot
  • Author(s): Khurshid Alam
  • Date: 2020-03-11 16:32:10 UTC
  • mfrom: (4200.1.1 unity-settings-daemon)
  • Revision ID: ci-train-bot@canonical.com-20200311163210-ta55oofgp3pod2p6
* Port rest of the schemas gnome-settings-daemon-common to com.canonical.unity.settings-daemon. LP: #1842324

* When upstream moved persistant numlock-state to gsettings-desktop-schemas they converted it to boolean from enum. Since now we use our own schema, revert that change. This will make numlock work again in unity. Fixes LP: #1847858

 see https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/commit/d57c3c78336be544e1047127a27f9ddfcea6c8cb

* Remove gnome-settings-daemon-common from build dependency (LP: #1842324)

Approved by: Sebastien Bacher

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# ignored from future configuration.
17
17
#
18
18
# Set the script to be used with:
19
 
# gsettings set org.gnome.settings-daemon.peripherals.input-devices hotplug-command /path/to/script/input-devices.sh
 
19
# gsettings set com.canonical.unity.settings-daemon.peripherals.input-devices hotplug-command /path/to/script/input-devices.sh
20
20
#
21
21
 
22
22
args=`getopt "t:i:" $*`