0
点赞
收藏
分享

微信扫一扫

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" "$@" 改为


exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox

 

举报

相关推荐

0 条评论