06.19.08

Mplayer and Nautilus “Open with”

Posted in Linux at 10:07 by Arkham

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”

:D