2015-01-21 10:42:12 +01:00
|
|
|
Index: xinit-1.3.4/startx.cpp
|
2012-04-14 11:34:16 +02:00
|
|
|
===================================================================
|
2015-01-21 10:42:12 +01:00
|
|
|
--- xinit-1.3.4.orig/startx.cpp
|
|
|
|
+++ xinit-1.3.4/startx.cpp
|
2015-01-28 10:39:14 +01:00
|
|
|
@@ -407,6 +407,7 @@ fi
|
2012-04-14 11:34:16 +02:00
|
|
|
XCOMM handle TCP port 6000
|
|
|
|
test "$DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN" != "yes" && \
|
|
|
|
serverargs="$serverargs -nolisten tcp"
|
|
|
|
+export XAUTHLOCALHOSTNAME=`hostname`
|
|
|
|
|
|
|
|
#if defined(__APPLE__) || defined(__CYGWIN__)
|
|
|
|
eval XINIT \"$client\" $clientargs -- \"$server\" $display $serverargs
|