This forum has been archived. All content is frozen. Please use KDE Discuss instead.

no run for Amarok

Tags: None
(comma "," separated)
Nickness
Registered Member
Posts
12
Karma
0

Re: no run for Amarok

Thu Apr 25, 2013 10:07 am
plan A: removed qtwebkit-2.2.2-8.fc18.i686
reinstalled qtwebkit-2.2.2-8.fc18.i686
tryed to run Amarok
no result.

plan B:
Code: Select all
[root@localhost nico]# rm /usr/lib/libQtWebKit.so.4
rm: rimuovere collegamento simbolico "/usr/lib/libQtWebKit.so.4"? y
[root@localhost nico]#ln -s /lib/libQtWebKit.so.4.9.2 /usr/lib/libQtWebKit.so.4
[root@localhost nico]# amarok
amarok: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory
[root@localhost nico]#
User avatar
google01103
Manager
Posts
6668
Karma
25

Re: no run for Amarok

Thu Apr 25, 2013 10:23 am
are you running 64bit or 32bit Fedora?
Code: Select all
uname -a


OpenSuse Leap 42.1 x64, Plasma 5.x

User avatar
google01103
Manager
Posts
6668
Karma
25

Re: no run for Amarok

Thu Apr 25, 2013 10:29 am
what is
Code: Select all
file /usr/bin/amarok


OpenSuse Leap 42.1 x64, Plasma 5.x

Nickness
Registered Member
Posts
12
Karma
0

Re: no run for Amarok

Thu Apr 25, 2013 10:47 am
PLAN A
Code: Select all
[root@localhost nico]# yum remove qtwebkit-2.2.2-8.fc18.i686
Plugin abilitati:langpacks, presto, refresh-packagekit
Risoluzione dipendenze
--> Esecuzione del controllo di transazione
---> Pacchetto qtwebkit.i686 0:2.2.2-8.fc18 settato per essere eliminato
--> Elaborazione dipendenza: libQtWebKit.so.4 per il pacchetto: skype-4.1.0.20-fc16.i586
--> Elaborazione dipendenza: qtwebkit per il pacchetto: skype-4.1.0.20-fc16.i586
--> Esecuzione del controllo di transazione
---> Pacchetto skype.i586 0:4.1.0.20-fc16 settato per essere eliminato
--> Risoluzione delle dipendenze completata

Dipendenze risolte

================================================================================
 Package          Arch         Versione                 Repository         Dim.
================================================================================
Rimozione in corso:
 qtwebkit         i686         2.2.2-8.fc18             @updates           26 M
Rimozioni per dipendenze:
 skype            i586         4.1.0.20-fc16            installed          35 M

Riepilogo della transazione
================================================================================
Remove  1 Pacchetto (+1 Pacchetto dipendente)

Dimensione installata: 61 M
Procedere [s/N]: s
Download dei pacchetti:
Esecuzione del controllo di transazione
Test di transazione in corso
Test di transazione eseguito con successo
Transazione in corso
  Eliminazione      : skype-4.1.0.20-fc16.i586                              1/2
  Eliminazione      : qtwebkit-2.2.2-8.fc18.i686                            2/2
  Verifica in corso : qtwebkit-2.2.2-8.fc18.i686                            1/2
  Verifica in corso : skype-4.1.0.20-fc16.i586                              2/2

Eliminato:
  qtwebkit.i686 0:2.2.2-8.fc18                                                 

Dipendenza rimossa:
  skype.i586 0:4.1.0.20-fc16                                                   

Completo!


Reinstalled:
Code: Select all
[root@localhost nico]# yum install qtwebkit-2.2.2-8.fc18.i686
Plugin abilitati:langpacks, presto, refresh-packagekit
Risoluzione dipendenze
--> Esecuzione del controllo di transazione
---> Pacchetto qtwebkit.i686 0:2.2.2-8.fc18 settato per essere installato
--> Risoluzione delle dipendenze completata

Dipendenze risolte

================================================================================
 Package           Arch          Versione                Repository        Dim.
================================================================================
Installazione:
 qtwebkit          i686          2.2.2-8.fc18            updates          7.1 M

Riepilogo della transazione
================================================================================
Install  1 Pacchetto

Dimensione totale del download: 7.1 M
Dimensione installata: 26 M
Procedere [s/N]: s
Download dei pacchetti:
qtwebkit-2.2.2-8.fc18.i686.rpm                             | 7.1 MB   00:23     
Esecuzione del controllo di transazione
Test di transazione in corso
Test di transazione eseguito con successo
Transazione in corso
  Installazione     : qtwebkit-2.2.2-8.fc18.i686                            1/1
  Verifica in corso : qtwebkit-2.2.2-8.fc18.i686                            1/1

Installato:
  qtwebkit.i686 0:2.2.2-8.fc18 


Launch Amarok
Code: Select all
[root@localhost nico]# amarok
amarok: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory


PLAN B
as you said
Code: Select all
[root@localhost nico]# rm /usr/lib/libQtWebKit.so.4
rm: rimuovere collegamento simbolico "/usr/lib/libQtWebKit.so.4"? s
[root@localhost lib]# ln -s /lib/libQtWebKit.so.4.9.2 /usr/lib/libQtWebKit.so.4
[root@localhost lib]#


and a sad result
Code: Select all
[root@localhost lib]# amarok
amarok: error while loading shared libraries: libQtWebKit.so.4: cannot open shared object file: No such file or directory
[root@localhost lib]#
Nickness
Registered Member
Posts
12
Karma
0

Re: no run for Amarok

Thu Apr 25, 2013 10:51 am
Code: Select all
[root@localhost lib]# uname -a
Linux localhost.localdomain 3.8.8-202.fc18.x86_64 #1 SMP Wed Apr 17 23:25:17 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost lib]#
[root@localhost lib]# file /usr/bin/amarok
/usr/bin/amarok: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=0x57ba42a2b5a1c7b629d1df1389abc4aa04437d2b, stripped
[root@localhost lib]#
User avatar
google01103
Manager
Posts
6668
Karma
25

Re: no run for Amarok  Topic is solved

Thu Apr 25, 2013 10:57 am
you're running a 64bit os and a 64bit version of Amarok, but you've installed the x86 (i686) version of qtwebkit

you need to find and install the 64bit version of qtwebkit, the package will have a x86_64 at the end, you probably should un-install the version currently installed.


OpenSuse Leap 42.1 x64, Plasma 5.x

Nickness
Registered Member
Posts
12
Karma
0

Re: no run for Amarok

Thu Apr 25, 2013 11:32 am
oh Bad me!

NOW IT'S WORKING!

i have to point out that if i run Amarok with root it doesn't work and i get this message
[code]
[root@localhost lib]# amarok
unnamed app(8388): KUniqueApplication: Cannot find the D-Bus session server: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."
unnamed app(8387): KUniqueApplication: Pipe closed unexpectedly.
[root@localhost lib]#
[/code]
by the way without root and clicking on the icon it works fine.

i really have to thank you!
i'll never succeded in fix it by myself

thank you again
User avatar
google01103
Manager
Posts
6668
Karma
25

Re: no run for Amarok

Thu Apr 25, 2013 11:42 am
when you started Amarok as root you started in Konsole? You really shouldn't run apps as root, if you need to run an app as root you should use:
Code: Select all
kdesu dolphin


OpenSuse Leap 42.1 x64, Plasma 5.x

User avatar
Mamarok
Manager
Posts
6071
Karma
16
OS

Re: no run for Amarok

Thu Apr 25, 2013 11:46 am
Just for the record: there is absolutely no reason to ever run Amarok with root rights...


Running Kubuntu 22.10 with Plasma 5.26.3, Frameworks 5.100.0, Qt 5.15.6, kernel 5.19.0-23 on Ryzen 5 4600H, AMD Renoir, X11
FWIW: it's always useful to state the exact Plasma version (+ distribution) when asking questions, makes it easier to help ...
Nickness
Registered Member
Posts
12
Karma
0

Re: no run for Amarok

Thu Apr 25, 2013 12:00 pm
i only opened just after the installation and i notice that problem, when i exit from the root i realized it works only without.
i was only in hurry to check if it works.
thank you again!


Bookmarks



Who is online

Registered users: abc72656, Bing [Bot], daret, Google [Bot], Sogou [Bot], Yahoo [Bot]