码迷,mamicode.com
首页 > 其他好文 > 详细

xvfb-run: error: xauth command not found 解决方式

时间:2018-05-24 18:54:53      阅读:1356      评论:0      收藏:0      [点我收藏+]

标签:方式   which   com   command   blog   dev   error   not   exit   

http://tokanao.com/blog/2016/07/13/blog.html

错误提示

array(2) { 
    [0]=> string(27) "which: no xauth in ((null))"
    [1]=> string(40) "xvfb-run: error: xauth command not found"
}

  

解决方式

$ vi /usr/bin/xvfb-run

  -if ! which xauth >/dev/null; then
  -    error "xauth command not found"
  -    exit 3
  -fi
  +#if ! which xauth >/dev/null; then
  +#    error "xauth command not found"
  +#    exit 3
  +#fi

  

xvfb-run: error: xauth command not found 解决方式

标签:方式   which   com   command   blog   dev   error   not   exit   

原文地址:https://www.cnblogs.com/xzlive/p/9084466.html

(1)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!