Archive for June, 2008

 

Mplayer and Nautilus “Open with”

posted by Arkham on June 19th, 2008

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

Tags: , ,