Skip to content

Commit

Permalink
mac: disable XShm (issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Oct 18, 2017
1 parent c4eefed commit 6533546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run-mtgo
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ if [[ ${OSTYPE} == darwin* ]]; then
socat TCP4-LISTEN:6000,bind=$ip,range=$ip/32,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" &
socat_pid=$!
export DISPLAY=$ip:0
opts="${opts} -e WINE_X11_NO_MITSHM=1"
else
opts="${opts} -v /tmp/.X11-unix:/tmp/.X11-unix:rw"
opts="${opts} -v $HOME/.Xauthority:/home/wine/.Xauthority:ro"
Expand Down

0 comments on commit 6533546

Please sign in to comment.