Hi Andy You should compile in this order - 1) qt-copy 2) arts 3) kdelibs 4) kdebase 5) other stuff Then in /etc/profile or some appropriate place, set QTDIR to point to the newly installed qt-copy directory. Also set KDEDIR to point to where ever you installed the new KDE. Set PATH variable to include $QTDIR/bin: $KDEDIR/bin in same file. If you use a Fedora or Redhat system you should be able to set the above in /etc/profile. If you cannot do the above, you can do the following just before you type startx (you have to do it each time you do startx) $ export QTIR=/path/to/qt $ export KDEDIR=/path/to/kde $ export PATH=$KDEDIR/bin:$QTDIR/bin:$PATH $ startx Parag On Sun, 2005-02-13 at 19:40 +0100, Andy wrote: > Hi all > > I compiled qt then kdesupport kdelibs kdebase > > I installed qt in a seperate dir to be able to keep track of it. /qt-copy > > After system restart the kde desktop loads but without doing anything. When > starting in commandline mode I discovered that the QTDIR variable was not set > to qt-copy > > Rather then to find out where to change that I made a symbolic link from my > old qt dir to the new one. After that I managed to start kde ONE time. > Subsequent starts provoque the same problem as before. > > I am now forced using gnome until this issue is resolved. Any help is GREATLY > appreciated. Thanks > > > With kind regards > > > Andy > --------------------------------------------------------------------------------------------------------------- > Feel free to check out these few php utilities that I released under the GPL2 > and that are meant for use with a php cli binary: > http://www.vlaamse-kern.com/sas/ > > Registered Linux user number 379093 > --------------------------------------------------------------------------------------------------------------- > > >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe << >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<