I had the same issue after a fresh install of Intrepid while re-using my
/home

$ cat .local/share/applications/mimeapps.list
[Added Associations]
text/html=epiphany.desktop;firefox.desktop;
application/x-executable=userapp-bless-QAFMEU.desktop;
application/x-extension-Ora=gnochm.desktop;
application/x-extension-Orb=gnochm.desktop;
application/x-extension-Pra=gnochm.desktop;
application/octet-stream=gnochm.desktop;
application/x-extension-Hig=gnochm.desktop;
application/vnd.rn-realmedia=realplay.desktop;
text/x-csharp=gedit.desktop;
inode/directory=mplayer.desktop;

So, mplayer was called. When I uninstalled mplayer, it was defaulting back to 
standard behaviour (nautilus)
issue fixed by editing .local/share/applications/mimeapps.list
and changing :
inode/directory=mplayer.desktop;
to
inode/directory=nautilus-folder-handler.desktop;

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to