That seems to be a common complaint.
If you've upgraded to Ubuntu 9.04, and are tired of struggling with Amarok 2, you have the option of going back to Amarok 1.4 for the time being. Hooray for
this smart guy who tells us how:
- First, make sure you're connected to the internet.
- Next, click on Applications > Accessories > Terminal.
(A terminal window will open.)
- At the terminal prompt, type this in exactly:
gksu gedit /etc/apt/sources.list.d/amarok.list
(A file window will open)
- Now, type the following in that file window:
(You see the links that DU's software has automatically made clickable? Don't worry about that. Just type in the URLs as you see them.)
- After you've done that, go back to the terminal window and type this:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com \
0x1d7e9dd033e89ba781e32a24b9f1c432ae74ae63
- Still in the terminal window, type the next three lines:
sudo apt-get update
sudo apt-get remove amarok
sudo apt-get install amarok14
And then the system does its thing.
I followed these instructions exactly, and they worked! Now I can play my music, AND I can feel pleased with myself for doing something on the command line.
:)