首页 > 其他 > 详细

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

时间:2018-05-24 18:45:08      阅读:976      评论:0      收藏:0      [点我收藏+]

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 解决方式

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!