Currently the startx script uses a bash feature ( [ == ] ) but it declares itself as a #!/bin/sh script; standard sh doesn't support that check, and fail to run the script: if [ "z${authcookie}" == "z" ] ; then xauth -q << EOF add $displayname . $mcookie EOF Thanks, Diego
fixed in HEAD, thanks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.