LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   making KDE 3.1 my default desktop (https://www.linuxquestions.org/questions/linux-software-2/making-kde-3-1-my-default-desktop-47788/)

speedyG 03-01-2003 05:10 PM

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?

iceman47 03-01-2003 05:15 PM

I'd say put those lines in your .bashrc file

speedyG 03-01-2003 05:42 PM

Thanks Iceman!
It works great and I have a way to fall back to 3.0.3 if I want.


All times are GMT -5. The time now is 11:52 AM.