Guest User

Untitled

a guest
Feb 21st, 2018
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. From e3e1e424f683cf0a43c4e31b04eaf2567adb2e4b Mon Sep 17 00:00:00 2001
  2. From: loonyphoenix <loonyphoenix@gmail.com>
  3. Date: Thu, 27 Oct 2011 17:37:19 +0300
  4. Subject: [PATCH] New mplayer.desktop for use with mplayer2.
  5.  
  6. From an AUR package + some changes by me.
  7. ---
  8. etc/mplayer.desktop | 29 +++++++++++++++--------------
  9. 1 files changed, 15 insertions(+), 14 deletions(-)
  10.  
  11. diff --git a/etc/mplayer.desktop b/etc/mplayer.desktop
  12. index c7c9648..9acc12b 100644
  13. --- a/etc/mplayer.desktop
  14. +++ b/etc/mplayer.desktop
  15. @@ -1,27 +1,28 @@
  16. [Desktop Entry]
  17. Type=Application
  18. -Name=MPlayer
  19. -GenericName=Media Player
  20. +Name=mplayer2
  21. +GenericName=Media player
  22. GenericName[ca]=Reproductor multimèdia
  23. GenericName[de]=Medienwiedergabe
  24. GenericName[fr]=Lecteur multimédia
  25. GenericName[it]=Lettore multimediale
  26. GenericName[ja]=メディアプレーヤー
  27. -X-GNOME-FullName=MPlayer Media Player
  28. -X-GNOME-FullName[ca]=MPlayer Reproductor multimèdia
  29. -X-GNOME-FullName[de]=MPlayer Medienwiedergabe
  30. -X-GNOME-FullName[fr]=MPlayer Lecteur multimédia
  31. -X-GNOME-FullName[it]=MPlayer Lettore multimediale
  32. -X-GNOME-FullName[ja]=MPlayer メディアプレーヤー
  33. +GenericName[ru]=Мультимедиа плеер
  34. Comment=Play movies and songs
  35. Comment[ca]=Reproduïu vídeos i cançons
  36. -Comment[de]=Filme und Musik wiedergeben
  37. -Comment[fr]=Lit les films et musiques
  38. Comment[it]=Riproduce filmati e musica
  39. Comment[ja]=動画や音声のファイルを再生します
  40. +Comment[de]=Filme und Musik abspielen
  41. +Comment[es]=Reproduzca vídeos y canciones
  42. +Comment[fr]=Lecteur multimédia
  43. +Comment[it]=Lettore multimediale
  44. +Comment[zh]=多媒体播放器
  45. +Comment[pl]=Odtwarzaj filmy i muzykę
  46. +Comment[ru]=Проиграть видео- или аудиозапись
  47. Icon=mplayer
  48. -TryExec=gmplayer
  49. -Exec=gmplayer %F
  50. +TryExec=mplayer
  51. +Exec=mplayer -really-quiet %F
  52. Terminal=false
  53. -Categories=GTK;AudioVideo;Audio;Video;Player;TV;
  54. -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;
  55. +NoDisplay=true
  56. +Categories=AudioVideo;Audio;Video;Player;TV;
  57. +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/mp4;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-flv;video/x-theora;video/x-matroska;
  58. --
  59. 1.7.7.1
Add Comment
Please, Sign In to add comment