最新评论
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
- warning: Creating default object from empty value in /var/www/www.minilinux.net/htdocs/sites/all/modules/views/modules/comment/views_handler_field_comment_username.inc on line 32.
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=MPlayer media player
GenericName=Multimedia player
Comment=Multimedia player
Icon=mplayer.xpm
Exec=mplayershell
Terminal=false
Categories=AudioVideo
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;
Name[zh_CN]=MPlayer 媒体播放器
你点击 /usr/share/applications/mplayer.desktop ,看看对头不。
#BK try fix some problems with running mplayer and gmplayer.
MYVIDOUT="-vo xv,x11"
[ "`readlink /usr/X11R7/bin/X`" = "Xvesa" ] && MYVIDOUT="-vo x11"
PREFGUI="gmplayer"
#[ "`which gimv`" != "" ] && PREFGUI="gimv"
#if a specific file passed, play that...
if [ $1 ];then
[ "$PREFGUI" = "gimv" ] && exec gimv "$@"
exec gmplayer $MYVIDOUT "$@"
fi
#detect if a dvd inserted...
if [ "`cddetect -d/dev/dvd | grep 'no disc'`" = "" ];then
if [ "`dvd+rw-mediainfo /dev/dvd 2>/dev/null | grep 'Media Book Type' | grep 'DVD-ROM book'`" != "" ];then
killall yaf-splash #remove free-space string at top of window.
exec gmplayer $MYVIDOUT dvd://1
fi
fi
#CDTYPE1="`cddetect -d/dev/dvd | grep 'cdtype: audio'`"
#CDTYPE2="`cddetect -d/dev/cdrom | grep 'cdtype: audio'`"
#[ "$CDTYPE1" != "" ] && exec gmplayer $MYVIDOUT
#fall down...
exec gmplayer $MYVIDOUT
###END###
次原文件,点击这个打开好好的,我按你说的编辑保存,
#!/bin/sh
#BK try fix some problems with running mplayer and gmplayer.
MYVIDOUT="-vo x11"
[ "`readlink /usr/X11R7/bin/X`" = "Xvesa" ] && MYVIDOUT="-vo x11"
没有重启直接点图标还是死机