On ���, 2001-12-23 at 12:53, Vincent Meyer wrote: > Hello, > > THe login screen has KDE, Sawfish, and default.. how do I create an entry for > testing KDE3? I've tried adding it from the KDE control center. Lets me add > a session type KDE3, but it seems to start the failsafe window manager. >
Something like this (untested): cat > /etc/X11/wmsession.d/KDE3 NAME=KDE3 ICON=kde-wmsession.xpm DESC=The K Desktop Environment EXEC=/opt/kde3/bin/startkde SCRIPT: exec /opt/kde3/bin/startkde ^D fndSession I wiped out KDE2 (to the extent possible) so I cannot test it -andrej
