ubuntu安装chrome无法打开问题
如果在ubuntu安装chrome后,点击chrome打开没反应,可以先试着在terminal上用命令打开
google-chrome
如果运行命令显示
Chrome has locked the profile so that it doesn't get corrupted. If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
可能是因为你修改了hostname,所以可以试试命令
rm -rf ~/.config/google-chrome/Singleton*
我本地就是这样解决的
参考
https://askubuntu.com/questions/476918/google-chrome-wont-start-after-changing-hostname
原文地址:https://blog.csdn.net/haima95/article/details/144051779
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!