summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-10-10 21:03:16 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-10-10 21:03:16 +0000
commitdd2ca3c77c633972c8653c0544a854e245a5ba03 (patch)
treea160482d6ff5c7b739ae1c297316dc6dee32480d
parenta275193cb5f2e8a7b65bb5d38f1ee2b94360561e (diff)
downloadgdm-dd2ca3c77c633972c8653c0544a854e245a5ba03.tar.gz
forgot to add -audit 0 to Xnest
Fri Oct 10 13:58:47 2003 George Lebl <jirka@5z.com> * config/gdm.conf.in: forgot to add -audit 0 to Xnest
-rw-r--r--ChangeLog4
-rw-r--r--config/gdm.conf.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 31348c82..f6046ae6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 10 13:58:47 2003 George Lebl <jirka@5z.com>
+
+ * config/gdm.conf.in: forgot to add -audit 0 to Xnest
+
Fri Oct 10 13:53:08 2003 George Lebl <jirka@5z.com>
* config/gdm.conf.in: avoid possible dos by turning
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index 2d854d05..84e996c9 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -122,7 +122,7 @@ StandardXServer=@X_SERVER@
# The maximum number of flexible X servers to run.
#FlexibleXServers=5
# the X nest command
-Xnest=@X_SERVER_PATH@/Xnest -name Xnest
+Xnest=@X_SERVER_PATH@/Xnest -audit 0 -name Xnest
# Automatic VT allocation. Right now only works on Linux. This way
# we force X to use specific vts. turn VTAllocation to false if this
# is causing problems.