LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-15-2009, 06:04 PM   #1
falcom
Member
 
Registered: May 2009
Posts: 102

Rep: Reputation: 13
Wink krusader don't start in fedora 10


greetings, i use fedora 10 with the repos rpmfusion and i install krusader 2.0.0.1 with the typical yum...
but don't start
i try with
Code:
rm ~/.kde/share/config/krusaderrc
but not work, i try with the console command but nothing
Quote:
krusader: symbol lookup error: krusader: undefined symbol: _ZN7KAction5eventEP6QEvent
this is my information
Quote:
Qt: 4.4.3
KDE: 4.1.2 (KDE 4.1.2)
Krusader: 2.0.0-beta1 "Phoenix` Egg"
help please
 
Old 05-16-2009, 11:52 AM   #2
stress_junkie
Senior Member
 
Registered: Dec 2005
Location: Massachusetts, USA
Distribution: Ubuntu 10.04 and CentOS 5.5
Posts: 3,873

Rep: Reputation: 335Reputation: 335Reputation: 335Reputation: 335
Try getting krusader from the Fedora repositories. The software in the Fedora repositories should be tested to work with the version of Fedora that you are using.
 
Old 05-16-2009, 12:14 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,628

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
[quote]
but don't start
i try with
Code:
rm ~/.kde/share/config/krusaderrc
you DO KNOW that the "rm" command is the delete command
you deleted the config file
uninstall and reinstall
[code]
su -
yum reinstall krusader
[code]
then look in your menu for it
-- or --
run
Code:
krusader
 
Old 05-18-2009, 08:34 AM   #4
falcom
Member
 
Registered: May 2009
Posts: 102

Original Poster
Rep: Reputation: 13
first i try with the command
Quote:
yum remove krusader
but not delete the folder
Quote:
/.kde/share/config/krusaderrc
after remove command i delete the configuration in the folder above
but not work
after install krusader again and nothing not respond
helpme please
 
Old 05-19-2009, 12:27 PM   #5
falcom
Member
 
Registered: May 2009
Posts: 102

Original Poster
Rep: Reputation: 13
Quote:
Originally Posted by stress_junkie View Post
Try getting krusader from the Fedora repositories. The software in the Fedora repositories should be tested to work with the version of Fedora that you are using.
ok i delete my others repos and nothing not work!
only work with fedora repos but the same error..
any help please?
 
Old 05-19-2009, 02:54 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,628

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
what is not working?
I just installed it ( from gnome)
Code:
su -
yum install krusader
booted into kde .Then opened konsle, and typed in
Code:
 krusader
and it started up
 
Old 05-25-2009, 09:02 AM   #7
falcom
Member
 
Registered: May 2009
Posts: 102

Original Poster
Rep: Reputation: 13
Good but i don't work with gnome, i work with KDE 4.2
and make.. from console

Quote:
yum install krusader
after with the root user
Quote:
krusader

and the same errors... please help--
 
Old 05-25-2009, 11:41 AM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,628

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
if the rpm is not starting then there may be a bad config file
ti that case rename it to "krusaderrc.old"
in /home/YourName/.kde/share/config/krusaderrc
and relaunch it .
 
Old 05-26-2009, 08:31 AM   #9
falcom
Member
 
Registered: May 2009
Posts: 102

Original Poster
Rep: Reputation: 13
thnx but not work
Quote:
[root@localhost ~]# krusader
krusader: symbol lookup error: krusader: undefined symbol: _ZN7KAction5eventEP6QEvent
another idea ??
 
Old 05-26-2009, 06:30 PM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,628

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
how did you install the "Krusader: 2.0.0-beta1 "Phoenix` Egg"" in the first place ?
did you use yum or was it from a precompiled bin release ? or from the source code ?
if a precompiled( or source) , did you then use yum to install a second version of it ?
try removing the yum installed rpm
Code:
su -
yum erase krusader
then remove the 2.0 beta release that you installed . then remove ALL config files for it . Then reinstall using yum
Code:
yum install krusader
 
Old 05-27-2009, 11:31 AM   #11
falcom
Member
 
Registered: May 2009
Posts: 102

Original Poster
Rep: Reputation: 13
i use the rpmfusion repos to the install krusader
i try with
Quote:
yum erase krusader
and remove ALL config files for it after
Quote:
yum install krusader
but not work
another idea?
 
Old 05-27-2009, 02:55 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,628

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
did you by chance do a "upgrade" from fedora 9 to fedora 10 ? Or is this a clean install of fedora 10 .
Quote:
krusader: symbol lookup error: krusader: undefined symbol: _ZN7KAction5eventEP6QEvent
this error means that some ".so" that krusader needs is busted .
what software repos do you have turned on
to find out run ( then post ) this
Code:
yum repolist
 
Old 05-28-2009, 08:07 AM   #13
falcom
Member
 
Registered: May 2009
Posts: 102

Original Poster
Rep: Reputation: 13
nop is a clean instalation of fedora 10
and this is my repos
Quote:
fedora Fedora 10 - i386 enabled : 11416
rpmfusion-free RPM Fusion for Fedora 10 - Free enabled : 324
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update enabled : 814
rpmfusion-nonfree RPM Fusion for Fedora 10 - Nonfree enabled : 142
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd enabled : 577
updates Fedora 10 - i386 - Updates enabled : 5442
repolist: 18715
thnx
 
Old 05-28-2009, 10:28 AM   #14
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Strange. I'm on Fedora 11 right now, and I see this:
Code:
$ krusader -v
Qt: 4.5.0
KDE: 4.2.3 (KDE 4.2.3)
Krusader: 2.0.0 "Mars Pathfinder"
So the "Phoenix Egg" beta you're seeing suggests an older version.
 
Old 05-29-2009, 08:53 AM   #15
falcom
Member
 
Registered: May 2009
Posts: 102

Original Poster
Rep: Reputation: 13
yeap strange... this is my version
Quote:
Qt: 4.4.3
KDE: 4.1.2 (KDE 4.1.2)
Krusader - ROOT PRIVILEGES: 2.0.0 "Mars Pathfinder"
better i waiting x fedora 11 maybe is a bug in the KDE and not in krusader, becouse with i try the yum update KDE package, the results is a conflicts with plasma libraries....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can Krusader be better ? frenchn00b Linux - Software 1 09-03-2007 04:22 PM
krusader copy mode Padawan.AVT Linux - Software 0 04-01-2007 05:26 PM
Anyone use Krusader? DoctorWynn Linux - Software 5 05-27-2006 08:53 PM
Krusader wonderpun Linux - Software 5 04-13-2005 07:35 AM
Krusader frumenti Linux - Software 6 09-08-2002 04:16 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration