解决ubuntu无法使用root用户启动Google Chrome浏览器
Posted 知行合一
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决ubuntu无法使用root用户启动Google Chrome浏览器相关的知识,希望对你有一定的参考价值。
1.找到Chrome的路径
# whereis google-chrome
google-chrome: /usr/bin/google-chrome /usr/share/man/man1/google-chrome.1.gz
2.编辑文件
# gedit /usr/bin/google-chrome
将 exec -a "$0" "$HERE/chrome" "[email protected]" 改为 exec -a "$0" "$HERE/chrome" "[email protected]" --user-data-dir --no-sandbox
以上是关于解决ubuntu无法使用root用户启动Google Chrome浏览器的主要内容,如果未能解决你的问题,请参考以下文章
在 Ubuntu 中以 root 用户身份启动 Qt 应用程序
root用户ssh可以登录,FileZilla sftp不能登录链接CentOS解决办法
ubuntu的root用户无法ssh远程连接的一种原因及其解决方法