[MPlayer-dev-eng] [PATCH] Fix for mplayer desktop file

andrew andrew.david.45 at gmail.com
Thu Mar 27 01:45:23 CET 2008


Hi,

The mplayer desktop file has a problem where if one attempts to open a
file using gmplayer with: 

1.spaces in the filename
2.spaces in the path to the file

the file will not open. This small patch addresses this problem.

   Andrew Strong 

-- 
http://www.andrews-corner.org
-------------- next part --------------
Index: etc/mplayer.desktop
===================================================================
--- etc/mplayer.desktop	(revision 26271)
+++ etc/mplayer.desktop	(working copy)
@@ -10,7 +10,7 @@
 Comment[it]=Lettore multimediale
 Icon=mplayer.xpm
 TryExec=gmplayer
-Exec=gmplayer %U
+Exec=gmplayer %F
 Terminal=false
 Categories=GTK;AudioVideo;Audio;Video;Player;TV;
 MimeType=application/ogg;application/x-ogg;application/sdp;application/smil;application/x-smil;application/streamingmedia;application/x-streamingmedia;application/vnd.rn-realmedia;application/vnd.rn-realmedia-vbr;audio/aac;audio/x-aac;audio/m4a;audio/x-m4a;audio/mp1;audio/x-mp1;audio/mp2;audio/x-mp2;audio/mp3;audio/x-mp3;audio/mpeg;audio/x-mpeg;audio/mpegurl;audio/x-mpegurl;audio/mpg;audio/x-mpg;audio/rn-mpeg;audio/scpls;audio/x-scpls;audio/vnd.rn-realaudio;audio/wav;audio/x-pn-windows-pcm;audio/x-realaudio;audio/x-pn-realaudio;audio/x-ms-wma;audio/x-pls;audio/x-wav;video/mpeg;video/x-mpeg;video/x-mpeg2;video/msvideo;video/x-msvideo;video/quicktime;video/vnd.rn-realvideo;video/x-ms-afs;video/x-ms-asf;video/x-ms-wmv;video/x-ms-wmx;video/x-ms-wvxvideo;video/x-avi;video/x-fli;video/x-theora;video/x-matroska;


More information about the MPlayer-dev-eng mailing list