解决方式转于: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的行数及修改后的结果

 

转载于:https://www.cnblogs.com/xzlive/p/9084466.html

xvfb-run: error: xauth command not found 解决方式相关推荐

  1. /usr/include/linux/if_ppp.h:117: error: expected specifier-qualifier-list before 'aligned_u64' 解决方式

    定义的头文件 linux/if_ppp.h #include <linux/if_ppp.h> 在编译的时候总是出现错误提示: /usr/include/linux/if_ppp.h:11 ...

  2. curl error code 60 51 代码解决方式

    curl error code 60 命令行加选项-k就可以 curl_easy_setopt(curl, CURLOPT_SSL_VERIFYPEER, false); curl error cod ...

  3. 「Python」Mac下pip出现command not found和Could not find a version that satisfies the requirement ...解决方式

    两个报错的解决方式在第2和3 问题描述 command not found解决方式 Could not find a version that satisfies the requirement... ...

  4. mysql 还原数据库 unknown command 'b'_mysql数据库还原出错ERROR:Unknown command ‘\\’解决手记...

    使用mysql命令行客户端,使用source导入备份文件,但导入中出错, ERROR: Unknown command '\\'. ERROR: Unknown command '\". E ...

  5. phpmailer 发送Outlook邮件时535 5.7.3 authentication unsuccessful错误的解决办法 谷歌邮箱 SMTP ERROR: Password command

    在尝试使用我的office 365 E5开发者账号使用phpmailer进行发件时,被535 5.7.3 authentication unsuccessful这个错误困扰了很久,在国内外网站找了非常 ...

  6. error: unrecognized command line option '-fstack-protector-strong'解决办法

    原文地址:https://blog.csdn.net/u014134262/article/details/50402928 今天编译kernel 的时候,报error: unrecognized c ...

  7. 【Rust】Ubuntu编译Rust程序报错 failed to run custom build command for openssl-sys v0.9.39 的解决方法

    Ubuntu环境下编译Rust程序报错: failed to run custom build command for openssl-sys v0.9.39 Ubuntu版本:20.04 参考Git ...

  8. 解决安装vcredist_x86 C++出现的错误问题Command line option syntax error. Type Command

    今天安装WindowsforLua时 出了点小问题 Lua  提示网络失败 ,原因 其实就是没有装 x86的vcredist_x https://www.microsoft.com/zh-cn/dow ...

  9. clang++.exe: error: linker command failed with exit code 1 错误解决方法

    clang++.exe: error: linker command failed with exit code 1 错误解决方法 错误信息如下: Build command failed. Erro ...

最新文章

  1. eclispe使用外部tomcat总结
  2. 1.4 Float类
  3. Mysql视图与数据备份
  4. spring boot http status 400_kubernetes configmap 热更新spring-boot应用
  5. python字符串处理函数总结
  6. matlab要求 基础,Matlab基础考试要求.doc
  7. 大数据产业目前面临哪些问题
  8. ios弧形进度条_iOS实现一个颜色渐变的弧形进度条
  9. [概率统计]商务与经济统计知识点总结 Part 1
  10. 通信与协议Netty+Protobuf-游戏设计与开发(1)
  11. 土方回填施工方案范本_外购土方回填施工方案
  12. CoreML ARKit3
  13. Android攻城狮数据存储之SharedPreferences
  14. psu 计算机 排名,PSU计算机工程专业研究生排名必然得当心去考察
  15. 【华为OD机试 2023】 数组合并(C++ Java JavaScript Python)
  16. 学好单片机好找工作吗?单片机学到什么程度可以找工作?
  17. 【学习打卡05】可解释机器学习笔记之CAM+Captum代码实战
  18. unity 3d游戏开发_使用Unity 5开发3D游戏
  19. 人与狗的感人故事(真实故事)
  20. 黑马python之旅01

热门文章

  1. Elasticsearch之文档document入门
  2. Jenkins构建之常用的触发器和Git Hook自动构建
  3. 图:DFS(深度优先搜索)图解分析代码实现
  4. flask和ajax,Flask flash和url_用于AJAX
  5. python降温了吗_为“Python将纳入高考”降温
  6. linux 中卸载提示设备正忙怎么办?
  7. 【收藏】运维必备的问题定位工具及案例分析
  8. 【收藏】快速排查无线AP故障的十种方法
  9. 一言不合就删库跑路?万名贡献者和阿里巴巴开源的二三事
  10. python的填充色怎么弄_python中如何给图形填充颜色