From kde-core-devel Tue Oct 26 13:23:37 2004 From: Diego Iastrubni Date: Tue, 26 Oct 2004 13:23:37 +0000 To: kde-core-devel Subject: Re: running application from $kdedir with multiple kde installs Message-Id: <200410261523.38046.elcuco () kdemail ! net> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=109879700801432 ביום שלישי, 26 באוקטובר 2004, 15:20, נכתב על ידי Jeroen Wijnhout: > It is not clear which variables you've set and how. Make sure you do: > export KDEDIR=/usr/local > export KDEDIRS=$KDEDIR > export PATH=$KDEDIR/bin:$PATH > export LD_LIBRARY_PATH=$KDEDIR/lib:$LD_LIBRARY_PATH > export KDEHOME=$HOME/.kde_local (if you want to keep the user settings > separate as well) > > Assuming both KDE versions are using the same Qt version. export QTDIR=/usr/local/qt export KDEDIR=/usr/local/kde33 export KDEDIRS=$KDEDIR export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib:$LD_LIBRARY_PATH $KDEDIR/bin/startkde and no, i use different Qt versions. And I have a special user for this config :) -- diego, kde-il translation team, http://www.kde.org/il Please avoid sending me Word or PowerPoint attachments. See http://www.fsf.org/philosophy/no-word-attachments.html