Public bug reported: Binary package hint: keytouch
I didn't write down the whole message but after logging my gnome session crashed with a message about an unexpected & in /etc/X11/Xsession.d /39keytouch-acpid (or similar) the file contains the following: if [ ! `ps -A | grep keytouch-acpid -m 1 -o` ]; then (keytouch-acpid & &> /dev/null); fi I changed it to: if [ ! `ps -A | grep keytouch-acpid -m 1 -o` ]; then (keytouch-acpid &> /dev/null); fi and it now seems to work. Pretty simple fix, but not something a new user should have to deal with - especially the way my console looks atm (but that is another bug report) ** Affects: keytouch (Ubuntu) Importance: Untriaged Status: Unconfirmed -- keytouch kills gnome session on startup https://launchpad.net/bugs/56450 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs