Rob Carlson on Tue, 8 Jul 2003 09:52:15 -0400


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[PLUG] Re: help runing fluxbox from kdm


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
       ;;


That should work...


_________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug