Quote:
Originally posted by Boyer
Opps, my fault. The line from my .bashrc was supposed to be "export LD_LIBRARY_PATH=$HOME/kde3.3.1/lib:$LD_LIBRARY_PATH".
Here is the whole chunk of my .bashrc, whish is included in .bash_profile:
Code:
export QTDIR=$HOME/kde3.3.1
export KDEDIR=$HOME/kde3.3.1
export KDEDIRS=$HOME/kde3.3.1
export PATH=$KDEDIR/bin:$PATH
export LD_LIBRARY_PATH=$HOME/kde3.3.1/lib:$LD_LIBRARY_PATH
Weird, no?
|
Indeed. Now... what does your "startkde" file look like? I don't know much about Mandrake so can't pintpoint its location. It's probably under /usr/bin or somewhere similar.
I am wondering if there are any lines in "startkde" that unsets any or all of your user-defined KDE enviroment variables.