Am Freitag, 14. Oktober 2005 10:00 schrieb Benjamin Bach:
> KDE 3.4.3 has been announced, but mainly as a maintanence release:
> ...
> > Now, the big question is: How well do the RPMs work? And do the new 

Hi Benjamin,

YaST will not be able to install SuSE's kde patches.

> And a third one... does anybody know how to compile your own KDE and

look for "konstruct" on www.kde.org

> run it simultaneously with the SUSE KDE?

No problem ...

> Would there be any 
> environment problems here? Perhaps the "KDEPATH" ?

... if you adjust some files:
/etc/sysconfig/displaymanager:
DISPLAYMANAGER="kdm323"

/etc/rc.d/xdm:
case "$DISPLAYMANAGER" in
    kdm323|kde323|KDM323|KDE323)
                DISPLAYMANAGER=/home/meister/kde3.2.3/bin/kdm ;;
    kdm|kde|KDM|KDE)
                DISPLAYMANAGER=/opt/kde3/bin/kdm ;;

~/.profile:
if [ $(fgrep DISPLAYMANAGER= /etc/sysconfig/displaymanager | \
        sed 's/DISPLAYMANAGER="\(.*\)"/\1/') = "kdm323" ]
then
  export QTDIR=~/kde3.2.3
  export KDEDIR=~/kde3.2.3
  export KDEDIRS=~/kde3.2.3

  export 
LD_LIBRARY_PATH=$QTDIR/lib:~/kde3.2.3/lib:/usr/lib/qt-x11-free-3.3.3/lib:
$LD_LIBRARY_PATH
  export PATH=~/kde3.2.3/bin:$PATH

  export KDEHOME=~/.kde3.2.3

As you can see, I did this with KDE 3.2.3, running it in parallel with 
KDE 3.1.? from SuSE 9.1

-- mdc

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to