06.19.08
Mplayer and Nautilus “Open with”
Nautilus “Open with” option and Mplayer don’t seem to behave correctly when the file we want to open contains spaces. The dirty hack to solve it is:
su vi /usr/share/applications/mplayer.desktop
And replace “Exec=gmplayer %U” with “Exec=gmplayer %F”