Skip to content

Commit

Permalink
cookiebaker(): use hostname/unix instead of IP #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Aug 13, 2022
1 parent a6f1f50 commit 13596cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash
# runx: Provide an X server in Cygwin, MSYS2 or WSL.

Version="v0.4.9"
Version="v0.4.10"

usage() { # Usage information (--help)
echo "runx - Run Linux GUI applications on MS Windows.
Expand Down Expand Up @@ -527,7 +527,8 @@ $(xauth -v -f "$Xservercookie" list)"
Feedback on success or failure is appreciated at:
https://github.com/mviereck/runx/issues/7
If it fails, you can use option --no-auth as a workaround."
cookiebaker $Hostip:$Newdisplaynumber > $Xclientcookie.tmp
# cookiebaker $Hostip:$Newdisplaynumber > $Xclientcookie.tmp
cookiebaker :$Newdisplaynumber > $Xclientcookie.tmp
cat $Xclientcookie.tmp >> $Xclientcookie
cat $Xclientcookie.tmp >> $Xservercookie
rm $Xclientcookie.tmp
Expand Down

0 comments on commit 13596cb

Please sign in to comment.