全新安装 Ubuntu 21.10 后,我无法启动 Google Chrome。双击它时,什么也没发生。当我google-chrome
以非 root 用户身份运行时,我得到以下输出-
chrome_crashpad_handler: --database is required
Try 'chrome_crashpad_handler --help' for more information.
使用--database 也不起作用。
当我google-chrome
以 root 用户身份运行时,我得到以下输出-
[6196:6196:0418/092051.706344:ERROR:zygote_host_impl_linux.cc(90)] Running as root without --no-sandbox is not supported. See https://crbug.com/638180.
如果我添加,--no-sandbox
它会打开“欢迎使用 Google Chrome”选项卡,但它是空白的。此外,我需要它以非 root 权限工作,因为我计划以 kiosk 模式启动 chrome。
我努力了:
- 重新安装 Chrome,甚至通过终端
- 删除 chrome 配置文件
- 重新安装 Ubuntu!
我从未遇到过这种情况,即使在我使用的同一型号的笔记本电脑上安装了其他 Ubuntu 时也从未遇到过这种情况。有什么建议吗?
答案1
就我而言,删除~/.config/google-chrome
有效。
您应该输入以下内容来删除您的个人资料并使 chrome 再次运行(希望如此):
rm -rf ~/.config/google-chrome
答案2
就我而言,~/.config/chromium 由于某些未知原因被符号链接到 /dev/null,并且出现此错误:
$ chromium
chrome_crashpad_handler: --database is required
Try 'chrome_crashpad_handler --help' for more information.
[134448:134448:1020/095648.288463:ERROR:socket.cc(120)] recvmsg: The connection was terminated by the remote party (104)
Trace/breakpoint trap (core made)