Linux有問必答:如何修復Chrome的"Your profile could not be opened correctly"
提問:當我在linux打開Google Chrome 瀏覽器時,我已經幾次收到彈出窗口,提示我的配置文件沒有被正確打開(Your profile could not be opened correctly.)。每次我打開Chrome都要彈出來,我應該如何修復這個問題?
當你在你的Chrome上看見"Your profile could not be opened correctly"錯誤信息時,從某種程度上講,那是因為你的Chrome配置文件數據已經損壞。這個問題經常發生在手動升級Google Chrome的時候。
修復取決於到底哪個文件損壞,你可以試試下面的幾個方法。
方法一
關掉所有Chrome窗口和標籤頁。
進入~/.config/google-chrome/Default,移除或者重命名"Web Data"文件。
$ cd ~/.config/google-chrome/Default
$ rm "Web Data"
再次開打Google Chrome瀏覽器。
方法二
關掉所有Chrome窗口和標籤頁。
進入~/.config/google-chrome/"Profile 1",並重命名"History"文件。
$ cd ~/.config/google-chrome/"Profile 1"
$ mv History History.bak
再次開打Google Chrome瀏覽器。
方法三
如果依然沒有解決,你可以試試移除所有默認配置文件夾(~/.config/google-chrome/Default)。注意:如果這樣做,你將會遺失所有之前打開的Google標籤、導入的書籤,瀏覽記錄和登錄數據等。
在移除之前,先關掉所有Chrome窗口和標籤頁
$ rm -rf ~/.config/google-chrome/Default
之後重啟Google Chrome,文件夾~/.config/google-chrome/Default會自動生成。
via: http://ask.xmodulo.com/your-profile-could-not-be-opened-correctly-google-chrome.html
譯者:VicYu/Vic020 校對:Caroline
本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive