484d78d126
variables at the top of startx. (#431899)
14 lines
494 B
Diff
14 lines
494 B
Diff
diff -up xinit-1.0.7/startx.cpp.jx xinit-1.0.7/startx.cpp
|
|
--- xinit-1.0.7/startx.cpp.jx 2007-09-16 17:24:48.000000000 -0400
|
|
+++ xinit-1.0.7/startx.cpp 2008-02-11 14:05:03.000000000 -0500
|
|
@@ -13,6 +13,9 @@ XCOMM Site administrators are STRONGLY u
|
|
XCOMM
|
|
XCOMM $XFree86: xc/programs/xinit/startx.cpp,v 3.16tsi Exp $
|
|
|
|
+unset DBUS_SESSION_BUS_ADDRESS
|
|
+unset SESSION_MANAGER
|
|
+
|
|
#if defined(__SCO__) || defined(__UNIXWARE__)
|
|
|
|
XCOMM Check for /usr/bin/X11 and BINDIR in the path, if not add them.
|