Mailinglist Archive: opensuse-factory (241 mails)
| < Previous | Next > |
Re: [opensuse-factory] Latest KDE4 updates seem to break dbus on SUSE-10.2
- From: "Benji Weber" <b.weber@xxxxxxxxxxxxx>
- Date: Sat, 10 Feb 2007 16:40:34 +0000
- Message-id: <d6b310ce0702100840k1331c3dco38df821a9d356a7b@xxxxxxxxxxxxxx>
On 2/10/07, Markus Koßmann <mkossmann_ml1@xxxxxx> wrote:
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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
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: opensuse-factory+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-factory+help@xxxxxxxxxxxx
| < Previous | Next > |