[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Re: help runing fluxbox from kdm
|
Rob Carlson wrote:
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...
Rob,
That did it. Thanks so much. It will save me a ton of time in the
future (plus I learned something :-) )
Art
--
_______________________________
Art Alexion
Arthur S. Alexion LLC
mailto:arthur@alexion.com
http://www.alexion.com
_________________________________________________________________________
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
|