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