Confirming.

line 4 of /etc/X11/Xsession.d/60x11-localhost reads:

    xhost +si:localuser:`id -un` >& /dev/null

Getting rid of the ampersand (&) makes it work:

    xhost +si:localuser:`id -un` > /dev/null

** Changed in: xorg-server (Ubuntu)
       Status: New => Confirmed

-- 
Xsession error after upgrade xhost problem
https://bugs.launchpad.net/bugs/340730
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to