
I got this wired bug after I updated my arch linux. Each time I would click on “Places -> Home”, it would run Amarok and start playing music… Some kind of a bug I guess… To solve this problem type the following into your terminal (works for other distros as well I guess):
1 | $ sudo nano ~/.local/share/applications/mimeapps.list |
and then edit the line contaning “inode/directory=” into:
1 | inode/directory=nautilus-folder-handler.desktop; |
So, enjoy your favorite music player… =)
