On 2/10/07, Markus Koßmann <[EMAIL PROTECTED]> wrote:
I have the both the KDE3 and KDE4 repos added to my installation sources on
SUSE-10.2. Today morning I decided to update all packages to the current
version with yast2. That included a update of the KDE4 packages.  After  a
restart KDE3 came up with a blank screen.

Yes I had this too, the problem is that the latest KDE4 packages have
moved to /usr (instead of /opt/kde4). /usr is ahead of /opt/kde3 in
the path so the kde4 versions of libraries and programmes are being
found instead of the kde3 versions.  This will break your kde3
install.

A solution is to append the following to your ~/.bashrc if you wish to
have both installed:

export LD_LIBRARY_PATH=/opt/kde3/lib64:$LD_LIBRARY_PATH
export PATH=/opt/kde3/bin:$PATH

IMO it would have been better to only move the prefix for versions >= 10.2.

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

Reply via email to