1 Move startx auth files in /tmp so they are removed on reboot.
2 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=357736
3 The trap patch didn't seem to work on reboot.
6 1 file changed, 1 insertion(+), 1 deletion(-)
8 Index: xinit/startx.cpp
9 ===================================================================
10 --- xinit.orig/startx.cpp
15 XCOMM create a file with auth information for the server. ':0' is a dummy.
16 - xserverauthfile=$HOME/.serverauth.$$
17 + xserverauthfile=`mktemp -p /tmp serverauth.XXXXXXXXXX`
18 trap "rm -f '$xserverauthfile'" HUP INT QUIT ILL TRAP KILL BUS TERM
19 xauth -q -f "$xserverauthfile" << EOF
20 add :$dummy . $mcookie