|
making KDE 3.1 my default desktop
I downloaded, configured and installed KDE 3.1 to try out with RedHat 8.0. From the command line I can get the 3.1 desktop to start by first issuing:
export QTDIR=~/kde3.1
export KDEDIRS=~/kde3.1
export LD_LIBRARY_PATH=~/kde3.1/lib
export PATH=~/kde3.1/bin:$PATH
export KDEHOME=~/.kdetest
and then startx. If I reboot and then just startx I get my original KDE 3.0.3 desktop. My question is, if I decide I want to make 3.1 my default desktop (which I think I do), how do I set it up?
|