summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrian Cameron <Brian.Cameron@sun.com>2005-09-15 01:44:43 +0000
committerBrian Cameron <bcameron@src.gnome.org>2005-09-15 01:44:43 +0000
commit71d404f24c21bb974679af0dbf3662673f9b4fad (patch)
treee817f6b3b6dc7500df1cfaad47004b36954402c9 /config
parent576f42c6e56dc045c43453c20be1e1891e7b73c8 (diff)
downloadgdm-71d404f24c21bb974679af0dbf3662673f9b4fad.tar.gz
Added debug/gestures key so that you can turn on debugging for the gesture
2005-09-14 Brian Cameron <Brian.Cameron@sun.com> * daemon/gdm.[ch], daemon/slave.c, config/gdm.conf.in: Added debug/gestures key so that you can turn on debugging for the gesture listeners separately from general debug. Gesture listener debug output is too verbose to include in general debug. * docs/C/gdm.xml: Docs had very little information about debug, so added info.
Diffstat (limited to 'config')
-rw-r--r--config/gdm.conf.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index 491f7f5b..fdef023a 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -454,6 +454,12 @@ Multicast=false
# and it creates a LOT of spew of random stuff to the syslog. However it
# can be useful in determining when something is going very wrong.
Enable=false
+# This will enable debug messages for accessibilty gesture listeners
+# into the syslog. This includes output about key events, mouse
+# button events, and pointer motion events. This is useful for
+# figuring out the cause of why the gesture listeners may not be
+# working, but is too verbose for general debug.
+Gestures=false
[servers]
# These are the standard servers. You can add as many you want here