Rob Carlson on Tue, 8 Jul 2003 09:52:15 -0400 |
in Xsession ($KDEDIR/share/config/kdm/Xsession) look for a case statement near the end that looks something like this: # If a particular session type was requested in $1, start that session: case "$1" in failsafe) xsetroot -solid SteelBlue exec xterm -geometry 80x24-0-0 ;; kde) exec startkde ;; [[etc, for all window managers ]] before the "esac" add: fluxbox) exec (PATH-to Fluxbox)fluxbox ;;
|
|