Hi all:
This is for google lookups. If you have amarok and hate it, or it doesn't work (like on this dapper machine,) you can get rid of it forever, no matter how stipud KDE gets. Remember, if you try to remove this nasty program from your computer, it will also remove KDE! YIKES! So, without killing the system, here is what I finally did to cure my blues. . .
Become super user in a console or xterminal: sudo bash
(you can use Konsole for this)
Now move into the directory where amarok is run from: cd /usr/bin
Now rename amarok: mv amarok amarok_OLD
Now link a better program so that if amarok is called, it will start
the program that can really play mp3/ogg/wav etc. In my case, that is xmms player. Kaffeine player also works really well too. If you don't have xmms or Kaffeine installed already, then you can install it with adept package manager.
Here's how I did it for xmms (still in /usr/bin directory): ln /usr/bin/xmms amarok
OR
If you want to use Kaffeine and not xmms then: ln /usr/bin/kaffeine amorok
Now, when I click on an mp3 or ogg file, xmms (or Kaffeine, depending which one you chose) opens and plays the file. No more amarok sitting on my taskbar doing nothing and hogging cpu time!
One final note. I couldn't make KDE use xmms or kaffeine, even though I manaully made them both try to be the default player. I think easyubuntu munged this system long ago, so this is my cure until the next LTS comes along and I wipe this out and install that.
hope this is helpful to others.
regards
This is for google lookups. If you have amarok and hate it, or it doesn't work (like on this dapper machine,) you can get rid of it forever, no matter how stipud KDE gets. Remember, if you try to remove this nasty program from your computer, it will also remove KDE! YIKES! So, without killing the system, here is what I finally did to cure my blues. . .
Become super user in a console or xterminal: sudo bash
(you can use Konsole for this)
Now move into the directory where amarok is run from: cd /usr/bin
Now rename amarok: mv amarok amarok_OLD
Now link a better program so that if amarok is called, it will start
the program that can really play mp3/ogg/wav etc. In my case, that is xmms player. Kaffeine player also works really well too. If you don't have xmms or Kaffeine installed already, then you can install it with adept package manager.
Here's how I did it for xmms (still in /usr/bin directory): ln /usr/bin/xmms amarok
OR
If you want to use Kaffeine and not xmms then: ln /usr/bin/kaffeine amorok
Now, when I click on an mp3 or ogg file, xmms (or Kaffeine, depending which one you chose) opens and plays the file. No more amarok sitting on my taskbar doing nothing and hogging cpu time!
One final note. I couldn't make KDE use xmms or kaffeine, even though I manaully made them both try to be the default player. I think easyubuntu munged this system long ago, so this is my cure until the next LTS comes along and I wipe this out and install that.
hope this is helpful to others.
regards
Comment