Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
kde 3.2 - INSTALLED BUT HOW TO RUN
Hello,
I feel a bit dim!
I'm running Linux 8.2. I've just installed KDE 3.2 using Konstruct to my /home/ directory. I try "startkde" in Konsole, the login screen comes up, I log in and it is KDE 3.1. that is running. How do I get KDE 3.2 to run? Is there something obvious I'm missing?
Donald
You have to edit the shell file which is in your home directory :
- ".bashrc" if you're using bash
- ".tcshrc" if you're using tcsh
- etc
and add the following variables :
export QTDIR=~/kde3.2
export KDEDIR=~/kde3.2
export KDEDIRS=~/kde3.2
export LD_LIBRARY_PATH=~/kde3.2/lib
export PATH=~/kde3.2/bin:$PATH
export KDEHOME=~/.kdetest
Don't forget to create a ".kdetest" directory in your home directory. Then just logout and login ...
If you want to return to kde 3.1. just comment this lines with the character '#'.
This is explain in README.TXT file of Konstruct
Stephan
Thanks Chamoute. I had misunderstood the README file. I've done what you suggest but when I try to log in again as user I get a window saying -
could not start ksmserver, check installation
The KDE 3.2 log in panel half forms and freezes and I get sent back to the login screen and have to log in as root to get into KDE 3.1 to put # comment in the .bashrc to allow me to get back into KDE 3.1 as user.
Any ideas? I'm pretty new so do not know what the ksmserver is.
Donald
2 questions :
- who is the owner of your /home/login/kde3.2 directory ? The user must have the right on the files he executes. You can change recursively the owner with the command : "chown -R login /home/login/kde3.2"
- where did you launch the "make install" command in Konstruct (perhaps you didn't install everything needed) ?
I installed Konstruct in my /home/Donald/ directory then cd to /home/Donald/Konstruct/kde and then make install.
All the kde 3.2 files have user as owner and the right permissions.
But I did run a make install on the ksmserver in Konstruct just now as hunch that it had not installed properly. Running "starkde" in Konsole then successfully took me into KDE 3.2 which was fun. However, rebooting the computer and trying to login as user simply gave a frozen KDE 3.2 panel and I had to reboot and login as root to get back to 3.1 as user.
Donald
Thanks for the clue - I reran make install in Konstruct just to see if there was something missing and the kdebindings began to install themselves. I can now login but have further problems which I have put into another thread.
Donald