PDA

View Full Version : Fluxbox and KDM


SuperNu
2nd June 2004, 05:41 PM
After much trouble and trial and error, I have finally figured out where Fedora places the session files for KDM to load different window managers. The standard path for KDM is /usr/share/apps/kdm/sessions/, but with Fedora, it is /usr/share/xsessions. This is defined in /etc/X11/xdm/kdmrc under a variable named SessionsDirs. Now, you can do one of two things, you can either change SessionsDirs=/usr/share/xsessions to SessionsDirs=/usr/share/apps/kdm/sessions or you can copy /usr/share/apps/kdm/sessions/fluxbox.desktop to /usr/share/xsessions. Apparently, Fedora sets up its sessions like this for compatibility between GDM and KDM. I hope this helps somebody out who wants to use KDM with other sessions other than Gnome, KDE or XFCE4.

--SN

Jman
2nd June 2004, 05:58 PM
Interesting. I wondered how the graphical login screen booted the different window managers.

yur1022
3rd June 2004, 03:13 AM

You could set both directories pointed by SessionsDir in /etc/X11/xdm/kdmrc, i.e.,
SessionsDirs=/usr/share/xsessions,/usr/share/apps/kdm/sessions

yur