Maybe the & is misplaced there? If & normally means that the started process is backgrounded, than we would want to write something like
xhost +si:localuser:`id -un` & > /dev/null or xhost +si:localuser:`id -un` > /dev/null & or am I mistaken? I can't remember whether in bash or whatever >& means anything I know something like 1> /tmp/stdout.log 2>/tmp/stderr.log - if that was intended? -- xsession error https://bugs.launchpad.net/bugs/340697 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
