您的位置:首页 > 其它

chromium 在 Ubuntu 下出现无法打开 config 文件的错误,国外达人的方法。

2010-09-25 00:29 483 查看
Open
a terminal, type this

Code:

mv ~/.config/chromium/Default ~/.config/chromium/Backup


Now
run chromium, and it should work. Then close it, and type this in
your terminal.

Code:

rm -rf ~/.config/chromium/Default
cp -R ~/.config/chromium/Backup ~/.config/chromium/Default


Then
when you open it all of your preferences should be back, and
everything should be good.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐