LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   krusader don't start in fedora 10 (https://www.linuxquestions.org/questions/fedora-35/krusader-dont-start-in-fedora-10-a-726299/)

falcom 05-15-2009 06:04 PM

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

stress_junkie 05-16-2009 11:52 AM

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.

John VV 05-16-2009 12:14 PM

[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

falcom 05-18-2009 08:34 AM

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

falcom 05-19-2009 12:27 PM

Quote:

Originally Posted by stress_junkie (Post 3542922)
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?

John VV 05-19-2009 02:54 PM

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

falcom 05-25-2009 09:02 AM

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--

John VV 05-25-2009 11:41 AM

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 .

falcom 05-26-2009 08:31 AM

thnx but not work
Quote:

[root@localhost ~]# krusader
krusader: symbol lookup error: krusader: undefined symbol: _ZN7KAction5eventEP6QEvent
another idea ??

John VV 05-26-2009 06:30 PM

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

falcom 05-27-2009 11:31 AM

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?

John VV 05-27-2009 02:55 PM

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

falcom 05-28-2009 08:07 AM

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

PTrenholme 05-28-2009 10:28 AM

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.

falcom 05-29-2009 08:53 AM

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....


All times are GMT -5. The time now is 10:58 AM.