当我尝试启动 chrome 时,我收到一条消息“无法加载扩展名:.Manifest 文件丢失或不可读”

Ale*_*502 15 google-chrome

突然,当我在 ubuntu 上尝试 top open chrome 时,我收到以下消息: 在此处输入图片说明

然后,当我单击“确定”时,它会在没有我的个人资料的情况下打开。我现在已经删除了所有配置文件,并卸载、清除并重新安装了 chrome,它一直在发生。

还有其他人遇到这个问题吗?

铬:版本 55.0.2883.87 未知(64 位)

Ubuntu:Ubuntu 16.04.1 LTS

Ale*_*502 15

最后通过删除所有.desktopchrome 条目来修复它。

find ~ -name "*chrome*.desktop"
#and then after looking at the list and maybe looking inside the files and deciding
#that you are ok with deleting them just to see if this fixes it....
find ~ -name "*chrome*.desktop" | xargs rm
#or something like
find ~ -name "*chrome*.desktop" | xargs gvfs-trash
#or maybe just save them in a folder or rename them while you make sure
#this is the problem
Run Code Online (Sandbox Code Playgroud)

我无法重现这种情况,所以我不能肯定地告诉你是否是这样,但如果你有同样的问题,它可能值得一试。