Borsenkow Andrej wrote: > > 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: also need to do this before you try kde3 for first time. I added these 2lines here with an editor after I created the KDE3 file in /etc/wmsession.d then after a clean reboot you can switch back and forth from the graphic menu.
export KDEHOME=/.kde3 export KDEDIR=/opt/kde/bin > exec /opt/kde3/bin/startkde > ^D > > fndSession > > I wiped out KDE2 (to the extent possible) so I cannot test it > > -andrej
