Skip to content

Commit

Permalink
v7.4.0: last minute fix for --hostdisplay --xauth
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Jul 28, 2022
1 parent c0b8d0f commit 6e42cf7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -9692,11 +9692,13 @@ check_options_interferences() { # check multiple option interferences, change se
[ "$Xauthentication" != "no" ] && case "$Xserver" in
--tty|--weston|--kwin|--hostwayland) Xauthentication="no" ;;
--hostdisplay)
xtool --check "xauth" || note "Option --hostdisplay --xauth=$Xauthentication:
xtool --check "xauth" || {
note "Option --hostdisplay --xauth=$Xauthentication:
Command xauth not found. Accessing host display might fail.
Fallback: Setting --xauth=no.
$Wikipackagesimage"
Xauthentication="no"
Xauthentication="no"
}
;;
esac

Expand Down

0 comments on commit 6e42cf7

Please sign in to comment.