Have been running Kubuntu 10.10 for ~10 weeks and I think Amarok was included in the initial set of packages but never used it until now and it would not open up. It shows as loading in the task bar for ~5 secs' and then just disappears. I have since removed the package and then downloaded anew but the same problem prevails. Any thoughts and advice please? Also I would be interested to hear of other software recommendations for playing/ripping/cataloging music CDs, etc? Thanks in advance to any and all responders.
Announcement
Collapse
No announcement yet.
Amarok will not load
Collapse
This topic is closed.
X
X
-
Re: Amarok will not load
Something to try / Rule of Thumb
When you get a mysterious error/no start/no audio/no video with the gui, use the cli.
With the cli you usually get a full error message and could do a net search with the error message.
If you start the VLC/MPlayer/Kaffeine/Amarok/Whatever in the konsole there should be lot of information what is going on.
Konsole:
Code:amarok
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QStr ing,QString,QString)
amarok(2598)/kdecore (KConfigSkeleton) KCoreConfigSkeleton::writeConfig:
etc...
QMap()
amarok: ************************************************** ********************************************
amarok: ** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
amarok: ** amarok --debug **
amarok: ************************************************** ********************************************
Players
> Package: amarok:
Similar packages:
* exaile
* minirok
* clementine
* guayadeque
* exaile-plugin-ipod
* juk
* libvisual0.2
* libvisual-0.4-0
* exaile-plugin-contextinfo
* qmmp
> Kubuntu Forums (Audio/Video):
>> Topic: Media Players
>> Topic: Pana and ClementineBefore you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
-
Re: Amarok will not load
Whenever Amarok won't load for me, it's usually something wrong with the configuration file. A simple test to see if this is the case is to rename your .kde/share/config/amarokrc file to amarokrc.bak, then try to start Amarok.Registered Linux user #346571
- Top
- Bottom
Comment
-
Re: Amarok will not load
Weird that Amarok is already running. You can try this command:
Code:killall amarok
Code:ps aux | grep amarok
Code:kill -9 [PID]
After that, try starting Amarok from the CLI again.
Registered Linux user #346571
- Top
- Bottom
Comment
Comment