红联Linux门户
Linux帮助

ubuntu root用户不能开启google chrome

发布时间:2015-12-14 10:29:15来源:linux网站作者:moliqin

错误提示

ubuntu root用户不能开启google chrome


在命令提示窗口

root@ubuntu26:~# xhost +
access control disabled, clients can connect from any host
root@ubuntu26:~# sudo -i -u  otheruser  /opt/google/chrome/chrome 

otheruser 是在ubuntu中的另外非root用户 /opt/google/chrome/chrome是chrome程序路径,在root登录窗口用另外一个用户打开chrome


方法二

编辑 /opt/google/chrome/google-chrome  文件 ,找到最后一行

#exec -a "$0" "$HERE/chrome" "$@"   注解行
exec -a "$0" "$HERE/chrome" "$@" --user-data-dir ”/root/.config/google-chrome”


Fedora22/23安装Google Chrome浏览器:http://www.linuxdiyf.com/linux/15407.html

Linux下不能以根用户身份运行google chrome浏览器的解决办法:http://www.linuxdiyf.com/linux/14751.html

Ubuntu下安装使用Google Chrome浏览器:http://www.linuxdiyf.com/linux/11331.html

Ubuntu下Google Chrome字体模糊的完美解决方案:http://www.linuxdiyf.com/linux/11332.html

Linux下正确安装Google Chrome浏览器:http://www.linuxdiyf.com/linux/7220.html