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

显示出bash的行数及修改后的结果

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

 

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2021-10-07
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-08-28
  • 2021-09-08
  • 2021-06-23
相关资源
相似解决方案