summarylogtreecommitdiffstats
path: root/fs25361.patch
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-10 23:41:40 -0600
committerBrian Bidulock2015-06-10 23:41:40 -0600
commit69d16600d311a752bc77033c0c83753b7f36e9e3 (patch)
treed12f7397d2b3b443599c81037077e7c27853c857 /fs25361.patch
downloadaur-69d16600d311a752bc77033c0c83753b7f36e9e3.tar.gz
initial version
Diffstat (limited to 'fs25361.patch')
-rw-r--r--fs25361.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/fs25361.patch b/fs25361.patch
new file mode 100644
index 000000000000..28ed3ecbb835
--- /dev/null
+++ b/fs25361.patch
@@ -0,0 +1,15 @@
+diff -up xorg-xinit-git/startx.cpp.orig xorg-xinit-git/startx.cpp
+--- xorg-xinit-git/startx.cpp.orig 2014-07-03 06:04:55.000000000 -0600
++++ xorg-xinit-git/startx.cpp 2014-07-03 06:04:55.000000000 -0600
+@@ -284,9 +284,9 @@ EOF
+ XCOMM now add the same credentials to the client authority file
+ XCOMM if '$displayname' already exists do not overwrite it as another
+ XCOMM server man need it. Add them to the '$xserverauthfile' instead.
+- for displayname in $authdisplay $hostname$authdisplay; do
++ for displayname in $authdisplay $hostname/unix$authdisplay; do
+ authcookie=`XAUTH list "$displayname" @@
+- | sed -n "s/.*$displayname[[:space:]*].*[[:space:]*]//p"` 2>/dev/null;
++ | sed -n "s/.*$hostname\/unix$authdisplay[[:space:]*].*[[:space:]*]//p"` 2>/dev/null;
+ if [ "z${authcookie}" = "z" ] ; then
+ XAUTH -q << EOF
+ add $displayname . $mcookie