好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

Linux下chrome关联amule - Linux操作系统:Ubuntu_Centos


Linux 下chrome关联amule

 

sudo gedit /usr/bin/xdg-open 查找open_gnome的位置修改

  www.2cto.com  

open_gnome()

{

  if echo "$1" | grep -q '^ed2k://'; then

    ed2k "$1"

  elif gvfs-open --help 2>/dev/null 1>&2; then

    gvfs-open "$1"

  else

    gnome-open "$1"

  fi

  if [ $? -eq 0 ]; then

    exit_success

  else

    exit_failure_operation_failed

  fi

}

查看更多关于Linux下chrome关联amule - Linux操作系统:Ubuntu_Centos的详细内容...

  阅读:51次