Ubuntu Intrepid x86_64 upgraded from Hardy, nVidia 177 driver, Gnome desktop.
This has been reported as a bug, and discussed in other threads, but none of the fixes have worked for me.
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/260492
In my case when I opened any folder in Places > it would launch mplayer. From the above thread, uninstalling mplayer would just make it launch a different media app. Of course, it is supposed to launch Nautilus.
I edited .local/share/applications/mimeapps.list and replaced
inode/directory=mplayer;
with
inode/directory=nautilus-folder-handler.desktop;
Per the instructions in the Launchpad bug report, but that makes it launch Dolphin, not Nautilus.
Dolphin is the default file browser for the KDE desktop. I assume it got installed because I have installed a lot of KDE apps, even though my desktop is the standard Ubuntu Gnome desktop, not KDE.
This problem occurs only on my laptop. I also have a desktop computer, also upgraded from Hardy x86_64 to Intrepid, and the problem does not appear. I thought that a simple solution would be to copy the settings in .local/share/applications/mimeapps.list from the desktop to the laptop. However, I can't find the file on the desktop computer. Since the desktop computer seems to work fine without it, I renamed it on the laptop, but that didn't change anything.
Somewhere there is an association calling Dolphin instead of Nautilus. Does anyone know where it is?