kcredden writes "HOW-TO: Switching between GUIs in debian, or making a permanent GUI
Document version: 1.0 By Kevin C.Redden
kcredden@kevinredden.name
www.kevinredden.name (or search for 'kevin redden-leforge') for current web site, and e-mail address.
10 July 2006
This file, and updates to it can be found always at the following: kevinredden.name maysville-linux-users-group.org
How to switch between GUIs in debian Sarge?: There is no 'switchdesk' command to allow easy switching around from GUIs, but there is a way to set a more permanent GUI, and switch around between GUIs.
In your $home directory, you should have a .xsession file. If not, no biggy. The next commands will solve either problem.
In the /home/kevin directory:
$nano .xsession
type in the following:
#exec /usr/bin/gnome-session
exec /usr/bin/startkde
(The # is a REM or comment type mark)
Then typed '^x' (to exit)
type a 'y' to save modified buffer
then a 'enter' to use the file name presented.
Then just typed 'startx' Your new GUI should start up.
"