ubuntu安装chrome无法打开问题

如果在ubuntu安装chrome后,点击chrome打开没反应,可以先试着在terminal上用命令打开

bash 复制代码
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,所以可以试试命令

bash 复制代码
rm -rf ~/.config/google-chrome/Singleton*

我本地就是这样解决的

参考

https://askubuntu.com/questions/476918/google-chrome-wont-start-after-changing-hostname

相关推荐
北城以北88885 分钟前
ES6(二)
前端·javascript·es6
朕的剑还未配妥20 分钟前
移动端触摸事件与鼠标事件的触发机制详解
前端
墨鱼鱼24 分钟前
【征文计划】Rokid JSAR 实践指南:打造沉浸式 "声动空间盒" 交互体验
前端
携欢27 分钟前
Portswigger靶场之Exploiting a mass assignment vulnerability通关秘籍
前端·安全
什么芋泥香蕉33035 分钟前
比 Manus 还好用?这款国产 AI,让 Python 小白也能玩转编程
前端·后端
为java加瓦36 分钟前
前端学AI:如何写好提示词(prompt)
前端·人工智能·prompt
qq_18417767744 分钟前
前端自动部署项目到服务器
服务器·前端·javascript
非凡ghost1 小时前
猫眼浏览器(Chrome内核增强版浏览器)官方便携版
前端·网络·chrome·windows·软件需求
C2X1 小时前
Vue3.0 学习总结
前端
汤姆Tom1 小时前
CSS 新特性与未来趋势
前端·css·面试