Linux 以root用户登录后无法打开chrome谷歌浏览器


在网下搜了一下,主要的解决办法是找到/opt/google/chrome目录,编辑google-chrome文件,把最后一行的

sudo gedit /usr/bin/google-chrome
exec -a "$0" "$HERE/chrome" "$@"
修改为
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox

声明:小小博客|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - Linux 以root用户登录后无法打开chrome谷歌浏览器


Carpe Diem and Do what I like