Mercurial > mplayer.hg
annotate etc/mplayer.desktop @ 32969:ad1a232df994
Make slabel work.
It is amazing that so far no skin is using a slabel (static label), but the
reason is quite simple. Former versions of the GUI crashed when rendering a
slabel.
The current GUI recognizes the malloc error but can't render the slabel
due to (probable) lack of memory.
An item that shall be fnt-rendered must have a valid item width.
Additionally, a break was missing which caused a slabel that would have been
already handled to erroneously run through the dlabel handling as well.
author | ib |
---|---|
date | Tue, 08 Mar 2011 15:29:19 +0000 |
parents | 7e21cc8ad3d4 |
children | 40b6cda751bf |
rev | line source |
---|---|
12727 | 1 [Desktop Entry] |
2 Type=Application | |
29327
14462e7a4945
Conform to the updated Desktop File Specification. Also improve the
siretart
parents:
26396
diff
changeset
|
3 Name=MPlayer Media Player |
14462e7a4945
Conform to the updated Desktop File Specification. Also improve the
siretart
parents:
26396
diff
changeset
|
4 Name[ca]=Reproductor multimèdia MPlayer |
16395
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
5 GenericName=Multimedia player |
29327
14462e7a4945
Conform to the updated Desktop File Specification. Also improve the
siretart
parents:
26396
diff
changeset
|
6 Comment=Play movies and songs |
14462e7a4945
Conform to the updated Desktop File Specification. Also improve the
siretart
parents:
26396
diff
changeset
|
7 Comment[ca]=Reproduïu vídeos i cançons |
14462e7a4945
Conform to the updated Desktop File Specification. Also improve the
siretart
parents:
26396
diff
changeset
|
8 Comment[de]=Filme und Musik abspielen |
14462e7a4945
Conform to the updated Desktop File Specification. Also improve the
siretart
parents:
26396
diff
changeset
|
9 Comment[es]=Reproduzca vídeos y canciones |
24578 | 10 Comment[fr]=Lecteur multimédia |
12727 | 11 Comment[it]=Lettore multimediale |
26396 | 12 Comment[zh]=多媒体播放器 |
26309
5a27681fb896
According to the Icon Theme Specification icon names should have no extension.
diego
parents:
26274
diff
changeset
|
13 Icon=mplayer |
12727 | 14 TryExec=gmplayer |
26274
415bec20d8d0
We currently use %U as argument to the Exec entry to indicate that gmplayer
diego
parents:
24580
diff
changeset
|
15 Exec=gmplayer %F |
16395
e867b84178bd
Spelling, fix Terminal and Categories entry, add MimeType.
diego
parents:
12791
diff
changeset
|
16 Terminal=false |
24579
c4c3e0acd881
Remove Application from list of Categories, it is not a valid category.
diego
parents:
24578
diff
changeset
|
17 Categories=GTK;AudioVideo;Audio;Video;Player;TV; |
32487
7e21cc8ad3d4
Add video/3gpp and application/x-flash-video mime types.
diego
parents:
29327
diff
changeset
|
18 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;video/3gpp;application/x-flash-video; |