Re: Amarok
Jim Beard <jdbeard-kTz99GpLsC/[email protected]>
| Newsgroups | gmane.linux.mandrake.expert |
|---|---|
| Message-ID | <[email protected]> |
On 11/03/2010 10:10 AM, Luan Pham wrote:
> Recently I install 2010.1 free version, and Amarok was create my music
> database under that version. but now I goes back to 2010.0 powerpack
> since I just bought it. Now I was unable to used because Amarok music
> database was create under new version. So how do I roll back to 2010.0
> version? Thank in Advance.
>
rm -rf $HOME/.kde4/share/apps/amarok
will give you a clean start. All settings will be back to the
default, though.
You could find the database in the set of files below amarok and
delete that, but others things might stay out of kilter.
Perhaps backing up those directories and files before playing
around might be a good idea, e.g. instead of removing them,
mv $HOME/.kde4/share/apps/amarok $HOME/tmp/oldamarok
start up amarok
mv $HOME/.kde4/share/apps/amarok $HOME/tmp/newamarok
and then cp things back one at a time if you wish.
Cheers!
jim b.
--
UNIX is not user unfriendly; it merely
expects users to be computer-friendly.