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

Posted 小刀

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xvfb-run: error: xauth command not found 解决方式相关的知识,希望对你有一定的参考价值。

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 解决方式的主要内容,如果未能解决你的问题,请参考以下文章

将 wkhtmltoimage 包装到 xvfb-run

Error: Can\'t open display

Error: Can't open display

Error: Can't open display

如何在 /etc/***/example.cfg 文件中加密 ***c Xauth 密码?

如何使用 xhost/xauth 控制从 EC2 到 cygwinX 的 X11 访问