[gnome-settings-daemon] common: Add hint on how to set the script path



commit 689e05f5fbd23abbd786fd52b37aa7d595c39d38
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 7 12:59:40 2012 +0100

    common: Add hint on how to set the script path

 plugins/common/input-device-example.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/common/input-device-example.sh b/plugins/common/input-device-example.sh
index 666c9ab..67a68ed 100644
--- a/plugins/common/input-device-example.sh
+++ b/plugins/common/input-device-example.sh
@@ -15,6 +15,9 @@
 # The script should return 0 if the device is to be
 # ignored from future configuration.
 #
+# Set the script to be used with:
+# gsettings set org.gnome.settings-daemon.peripherals.input-devices hotplug-command /path/to/script/input-devices.sh
+#
 
 args=`getopt "t:i:" $*`
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]