Chinaunix首页 | 论坛 | 博客
  • 博客访问: 271263
  • 博文数量: 55
  • 博客积分: 1328
  • 博客等级: 中尉
  • 技术积分: 731
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-27 16:33
文章分类

全部博文(55)

文章存档

2012年(55)

分类: LINUX

2012-03-16 11:14:57

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.

阅读(1596) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~