https://bugzilla.novell.com/show_bug.cgi?id=216043 sndirsch@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sndirsch@novell.com AssignedTo|sndirsch@novell.com |werner@novell.com Status|ASSIGNED |NEW ------- Comment #4 from sndirsch@novell.com 2007-05-05 04:15 MST ------- /etc/bash.bashrc: # # Some useful functions # startx () { test -x /usr/bin/startx || { echo "No startx installed" 1>&2 return 1; } /usr/bin/startx ${1+"$@"} 2>&1 | tee $HOME/.xsession-errors } Reassigning to Werner. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.