 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

8th August 2010, 08:24 PM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 40

|
|
|
KDE will not launch
I am fairly new to linux. My first distro was kubuntu, and am now trying Fedora with KDE. I was annoyed that the open windows were not shown on the task bar. I tried adjusting all sorts of things, and finally figured out that all I had to do was add a certain widget. I had no idea that this is what I was looking for, since kubuntu already does that by default. But in the process of figuring this out, I caused KDE to crash. The next time booted with Fedora, KDE would not launch. So I logged into a virtual terminal and ran startx. I got the following errors:
Code:
error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
startkde: could not start kdeinit4. Check your installation.
Can anyone tell me how to fix this problem? Thank you.
|

8th August 2010, 11:53 PM
|
 |
Registered User
|
|
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228

|
|
|
Re: KDE will not launch
Remove or rename the .kde/config directory in your home directory. You will lose the configuration for some apps but it should solve the problem.
Alternatively create a new user and see if they can start kde. If so it is a config issue, if not then something has been deleted that you need but that is probably unlikely.
|

9th August 2010, 12:36 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
|
Re: KDE will not launch
Quote:
Originally Posted by Tikhon03
I am fairly new to linux. My first distro was kubuntu, and am now trying Fedora with KDE. I was annoyed that the open windows were not shown on the task bar. I tried adjusting all sorts of things, and finally figured out that all I had to do was add a certain widget. I had no idea that this is what I was looking for, since kubuntu already does that by default. But in the process of figuring this out, I caused KDE to crash. The next time booted with Fedora, KDE would not launch. So I logged into a virtual terminal and ran startx. I got the following errors:
Code:
error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
startkde: could not start kdeinit4. Check your installation.
Can anyone tell me how to fix this problem? Thank you.
|
I wanted to make sure it's clear that the correctly installed KDE4 in Fedora does show open windows in the taskbar. At least mine sure does and I didn't need to install anything extra by hand. Apparently it was something that went wrong in your install.
|

9th August 2010, 01:01 AM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 40

|
|
|
Re: KDE will not launch
Ok, first of all I don't seem to have .kde/config. When I list the contents of .kde, I get
Code:
Autostart Cache-DellFedora Share Socket-DellFedora tmp-DellFedora
DellFedora is what I named my computer. I tried adding a new user and get the same thing. On searching the internet further for a solution I found the suggestion to use
Code:
prelink -f /usr/bin/kdeinit4
When I tried to do this, it said it could not find one of the dependencies. I suppose it is possible that I have a faulty install. Certainly reinstalling would fix the problem, but I would like to see if there is another way. As I said before I am new to linux, so I want to use this as a learning experience. Thanks for the help.
|

9th August 2010, 02:09 AM
|
 |
Registered User
|
|
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228

|
|
|
Re: KDE will not launch
Sorry my error should be .kde/share/config
Also Marko is correct the taskbar does show the open windows as standard. Although it defaults to only showing windows on the current desktop.
|

10th August 2010, 01:02 AM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 40

|
|
|
Re: KDE will not launch
removing .kde/share/config did not do the trick. Are there any other suggestions?
|

10th August 2010, 01:19 AM
|
 |
Registered User
|
|
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449

|
|
|
Re: KDE will not launch
Quote:
Originally Posted by Tikhon03
Code:
error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
startkde: could not start kdeinit4. Check your installation.
|
Looks to me like you're missing that library file libQtGui.so,
so install the qt-devel package that it's in:
|

10th August 2010, 10:08 PM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 40

|
|
|
Re: KDE will not launch
I tried
Code:
yum install qt-devel
and I am still getting the same error message.
|

10th August 2010, 11:50 PM
|
 |
Registered User
|
|
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228

|
|
|
Re: KDE will not launch
Did you try another user as I suggested earlier?
|

11th August 2010, 01:40 PM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 40

|
|
|
Re: KDE will not launch
Yes I have tried a different user. Could it be something with kdeinit4 itself?
|

11th August 2010, 01:55 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: KDE will not launch
Try
Code:
su
yum reinstall qt-x11
|

12th August 2010, 12:37 AM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 40

|
|
|
Re: KDE will not launch
Hi leigh123linux,
When I tried your suggestion, I was not able to complete the reinstall. I was told
Code:
Installed package 1:qt-x11-4.6.20.fc13.i686 (from updates) not available.
Nothing to do.
So what would you suggest now?
|

12th August 2010, 01:21 AM
|
 |
Registered User
|
|
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228

|
|
|
Re: KDE will not launch
Give a while then try again. There is a newer version and I'm guessing your mirror was in the process of resyncing when you tried the installation.
|

18th August 2010, 03:54 AM
|
|
Registered User
|
|
Join Date: Jun 2010
Posts: 40

|
|
|
Re: KDE will not launch
I'm still getting the same thing.
|

18th August 2010, 04:02 AM
|
 |
Registered User
|
|
Join Date: Feb 2008
Location: Sydney Australia
Age: 57
Posts: 2,228

|
|
|
Re: KDE will not launch
Quote:
Originally Posted by Tikhon03
I'm still getting the same thing.
|
There is a new version, 4.6.3, do an update.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
OOo won't launch
|
JohnJasonJordan |
Using Fedora |
4 |
19th January 2010 10:59 PM |
|
Quick Launch for KDE
|
fnmblot |
Using Fedora |
3 |
28th November 2007 03:40 PM |
|
Quick Launch
|
thesoracle |
Using Fedora |
3 |
3rd June 2006 07:51 AM |
|
GRAMPS won't launch
|
owakroeger |
Using Fedora |
5 |
25th February 2005 02:26 PM |
Current GMT-time: 01:57 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|