Skip to Content

最新评论

  • 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.
  • labrador   16 年 15 周   回复
    你点这个mplayer.desktop应该和直接点菜单里的mplayer没有任何区别啊
  • aggov   16 年 15 周   回复
    点击这个文件也好好的,多媒体里的照样死机
  • labrador   16 年 15 周   回复
    很正常啊,点这个会死机?
  • aggov   16 年 15 周   回复
    老大给看看
    [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 媒体播放器
  • photor   16 年 15 周   回复
    好像可以直接拖放快捷方式
  • labrador   16 年 15 周   回复
    应该就是指向mplayershell的。。。

    你点击 /usr/share/applications/mplayer.desktop ,看看对头不。
  • aggov   16 年 15 周   回复
    老大,一样死机,多媒体里的那个指向哪个文件了?点击mplayershell打开好好的,我想直接调用这个文件算了。
  • labrador   16 年 15 周   回复
    。。。那改成
    MYVIDOUT="-msglevel all=9"
    
  • aggov   16 年 15 周   回复
    #!/bin/sh
    #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"
    没有重启直接点图标还是死机
  • labrador   16 年 15 周   回复
    audacious应该是基于gtk2的,不需要qt4,你可以在虚拟终端下运行audacious,看看有没有出错提示。