This is I did not want to take a chance, so I modified .xsession for root and another user as follows
KDE
#!/bin/sh
xhost +localhost
exec /etc/kde3/debian/startkde || exec xterm
GNOME
#!/bin/sh
xhost +localhost
exec /usr/bin/gnome-session || exec xterm
KDE
#!/bin/sh
xhost +localhost
exec /etc/kde3/debian/startkde || exec xterm
GNOME
#!/bin/sh
xhost +localhost
exec /usr/bin/gnome-session || exec xterm
0 comments:
Post a Comment