2015-02-07 23:08:37 +08:00
|
|
|
|
Linux有问必答--如果修复Google Chrome 的 ‘Your profile could not be opened correctly’错误
|
2015-02-03 16:23:46 +08:00
|
|
|
|
================================================================================
|
2015-02-07 23:08:37 +08:00
|
|
|
|
> **提问**:当我在linux打开Google Chrome 浏览器时,我已经几次收到弹出窗口,提示我的档案文件没有被正确打开(Your profile could not be opened correctly.)。每次我打开Chrome都要弹出来,我应该如何修复这个问题?
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
当你在你的Chrome上看见"Your profile could not be opened correctly"错误信息时,那是因为你的Chrome档案数据已经损坏。这个问题经常发生在手动升级Google Chrome时候。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
|
|
|
|
![](https://farm8.staticflickr.com/7428/16238502737_27bdda6685_o.png)
|
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
修复取决于到底哪个文件损坏,你可以试试下面的几个方法。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
### 方法一 ###
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
关掉所有Chrome窗口和子窗口。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
进入~/.config/google-chrome/Default,移除或者重命名"Web Data"文件。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
|
|
|
|
$ cd ~/.config/google-chrome/Default
|
|
|
|
|
$ rm "Web Data"
|
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
再次开打Google Chrome浏览器。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
### 方法二 ###
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
关掉所有Chrome窗口和子窗口。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
进入~/.config/google-chrome/"Profile 1", 并重命名"History"文件。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
|
|
|
|
$ cd ~/.config/google-chrome/"Profile 1"
|
|
|
|
|
$ mv History History.bak
|
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
再次开打Google Chrome浏览器。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
### 方法三 ###
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
如果依然没有解决,你可以试试移除所有默认档案文件夹(~/.config/google-chrome/Default)。注意:如果这样做,你将会遗失所有之前打开的Google子窗口,导入的书签,浏览记录和登录数据等。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
在移除之前,先关掉所有Chrome窗口和子窗口
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
|
|
|
|
$ rm -rf ~/.config/google-chrome/Default
|
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
之后重启Google Chrome,文件夹~/.config/google-chrome/Default会自动生成。
|
2015-02-03 16:23:46 +08:00
|
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
via: http://ask.xmodulo.com/your-profile-could-not-be-opened-correctly-google-chrome.html
|
|
|
|
|
|
2015-02-07 23:08:37 +08:00
|
|
|
|
译者:[VicYu/Vic020](http://vicyu.net)
|
2015-02-03 16:23:46 +08:00
|
|
|
|
校对:[校对者ID](https://github.com/校对者ID)
|
|
|
|
|
|
2015-02-04 20:41:17 +08:00
|
|
|
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出
|