Click to See Complete Forum and Search --> : KDE 2.2.2 Problems


PuterFreaK
11-24-2001, 03:29 AM
When trying to update to the latest KDE (2.2.2) I get the following error:

# rpm -ivh kdelibs-2.2.2-1.i386.rpm
error: failed dependencies:
libxsltbreakpoint.so.1 is needed by kdelibs-2.2.2-1

I have no idea where to get that file...Anyone else sucessfully upgraded? I am using RedHat 7.2.

Inctoan
11-24-2001, 10:28 AM
I've not tried to update to KDE 2.2.2, but the file that you need is here http://www.rpmfind.net (http://www.rpmfind.net//linux/RPM/rawhide/1.0/i386/RedHat/RPMS/libxslt-1.0.7-4.i386.html). Good Luck.

bdg1983
11-24-2001, 12:00 PM
If you are upgrading KDE, then use rpm -Uvh instead of rpm -ivh.

'i' is to install if previous package does not exist.

'U' is to upgrade if previous package does exist.

I use 'U' either way.

PuterFreaK
11-24-2001, 03:52 PM
OK I got KDE to install but now I am getting the following error when I try starting it:


kdeinit: relocation error: /usr/lib/libkdeui.so.3: undefined symbol: styleChange__8QToolBarR6QStyle


Any ideas?

[ 24 November 2001: Message edited by: PuterFreaK ]

bdg1983
11-24-2001, 04:31 PM
Search KDE's faq's and/or bug reports and also try Google.

AE
11-24-2001, 05:13 PM
Have you installed the newest version of libxslt ?

PuterFreaK
11-24-2001, 08:46 PM
Originally posted by AE:
<STRONG>Have you installed the newest version of libxslt ?</STRONG>yes

Chris L.
11-25-2001, 01:07 AM
I was wondering if anyone else has had this problem with kde 2.2.2. When I visit a web site in Konqueror, and type text into a textbox, it is really slow and hangs the system. When I type something, I have to wait several seconds to see what I typed.

I have Redhat 7.2

PuterFreaK
11-25-2001, 05:05 AM
OK I found the problem...I had 4 versions of Qt installed. I removed them all and installed the latest and now KDE works!

One problem.....My fonts are completly messed up. In programs such as kedit all the fonts that come with KDE that have worked fine in the past either look like crap or have an inch of space between letters. It also set the default font for virtually every kde application to be some unreadable cursive font.

Any ideas what do do about this?

MkIII_Supra
11-25-2001, 01:55 PM
Here are the packages I installed and the order in which I installed them. So far all is working just fine in SuSE 7.3. First time in the 3 years I have been using Linux that I actually got a KDE upgrade to work without a major failure and without having to wait until the latest and greatest OS update came out. But I am not seeing much improvement. Everything seems to be the same as far as speed and other enhancements. It's mostly a security update than anything.

7 kdegames-2.2.2-5.i386.rpm INSTALLED
15 kdepim-2.2.2-0.i386.rpm INSTALLED
8 kdegraphics-2.2.2-4.i386.rpm INSTALLED
N/I kdepim-kpilot-2.2.2-0.i386.rpm NOT-INSTALLED
24 kdeaddons-2.2.2-3.i386.rpm INSTALLED
11 kdegraphics-devel-2.2.2-4.i386.rpm INSTALLED
16 kdesdk-2.2.2-5.i386.rpm INSTALLED
N/I kdelibs-2.2.2-4.i386.rpm DEPENDANCY ERROR!
2 kdeadmin-2.2.2-2.i386.rpm INSTALLED
17 kdesdk-devel-2.2.2-5.i386.rpm INSTALLED
N/I kdeartwork-2.2.2-3.i386.rpm NOT-INSTALLED
23 kdelibs-artsd-2.2.2-4.i386.rpm INSTALLED
18 kdetoys-2.2.2-2.i386.rpm INSTALLED
1 kdebase-2.2.2-8.i386.rpm INSTALLED
N/I kdelibs-devel-2.2.2-4.i386.rpm NOT-INSTALLED
19 kdeutils-2.2.2-5.i386.rpm INSTALLED
10 kdebase-devel-2.2.2-8.i386.rpm INSTALLED
N/I kdelibs-devel-doc-2.2.2-4.i386.rpm NOT-INSTALLED
20 kdevelop-2.0.2-0.i386.rpm INSTALLED
N/I kdebase-devel-doc-2.2.2-8.i386.rpm NOT-INSTALLED
12 kdemultimedia-2.2.2-2.i386.rpm INSTALLED
21 kdoc-2.2.2-2.i386.rpm INSTALLED
6 kdebase-ksysguardd-2.2.2-8.i386.rpm INSTALLED
13 kdemultimedia-devel-2.2.2-2.i386.rpm INSTALLED
N/I kooka-2.2.2-4.i386.rpm NOT-INSTALLED
4 kdebase-nsplugin-2.2.2-8.i386.rpm INSTALLED
9 kdenetwork-2.2.2-1.i386.rpm INSTALLED
22 kscanlib-2.2.2-4.i386.rpm INSTALLED
3 kdebindings-2.2.2-0.i386.rpm INSTALLED
14 kdenetwork-devel-2.2.2-1.i386.rpm INSTALLED
5 kdebindings-mozilla-2.2.2-0.i386.rpm INSTALLED
N/I kdenetwork-lisa-2.2.2-1.i386.rpm NOT-INSTALLED


[ 25 November 2001: Message edited by: MkIII_Supra ]

Malakin
11-25-2001, 02:48 PM
But I am not seeing much improvement. Everything seems to be the same as far as speed and other enhancements.
2.2.2 is a minor update. I didn't notice any speed improvements either. The biggest problem with KDE overall right now is the damn animated gif problem that causes konqueror to become almost unresponsive on some webpages, anyone know how to fix this? I noticed it was submitted as a bug a long time ago so it's not as if they don't know about it.

The easiest way to install KDE 2.2.2 or any major updates is just throw all the rpms into one directory and type "rpm *rpm -U", if it gives dependancy errors either add files to the directory or remove them and run the command again, very simple this way.

2.2.2 installed fine for me, the only problem was artsd wasn't crashing on startup which was ironically convenient before since it just caused problems anyways so I had to go disable it, and the default font in konsole was screwed up, no other problems though. I did try to get artsd working before I disabled it, I've tried it with oss and alsa and I've *never* been able to get arts working. Anyways, back to using plain alsa.

PuterFreaK
11-25-2001, 03:56 PM
Anyone else had this problem with fonts?
I have no idea what to do. I know its not a problem with 2.2.2 because the same thing happened in 2.2.1.

The only difference Ive noticed in 2.2.2 is that when you go Help--&gt; About KDE it says that you are using 2.2.2..........

[ 25 November 2001: Message edited by: PuterFreaK ]