You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Sunday, August 27th 2006, 10:20pm

Problem in FC5

So I set up the kde.repo per http://kde-redhat.sourceforge.net/ this site and ran yum install kde. It updated KDe to the latest version, problem is, it won't work.

Get the error "Could not start kdeinit. Check installation"

If I start in runlevel 3 and type startkde, I get the following errors:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
xsetroot: Unable to open display ''
xset: Unable to open display ""
xset: Unable to open display ""
xsetroot: Unable to open display ''
startkde: Starting up...
ksplash: cannot connect to X server
kdeinit: symbol lookup error: /usr/lib/libkdeui.so.4: undefined symbol: _ZN12QProgressBarD2Ev
startkde: Could not start kdeinit. Check your installation
Error: Can't open display:
Warning: Connect() failed: :No such file or directory
ksmserver: cannot connect to xserver
ERROR: Couldn't attach to DCOP server!
startkde: Shutting down...
Warning: connect() failed: : No such file or directory
Error: Can't contact kdeinit!
startkde: Running shutdown scripts
startkde: Done.


Anyone know what I can do to fix this?

[edit]
I've updated to the latest version of QT from here: ftp://apt.unl.edu/apt/fedora/RPMS/i386/k…86/RPMS.stable/ which has changed my error message from one about a symbol lookup error to:
kdeinit: Aborting. $DISPLAY is not set.

[2nd edit]
solved by running command: export DISPLAY=:1

This post has been edited 2 times, last edit by "crossmr" (Aug 27th 2006, 11:10pm)