Linux中國

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

本文由 LCTT 原創翻譯,Linux中國 榮譽推出


本文轉載來自 Linux 中國: https://github.com/Linux-CN/archive

對這篇文章感覺如何?

太棒了
0
不錯
0
愛死了
0
不太好
0
感覺很糟
0
雨落清風。心向陽

    You may also like

    Leave a reply

    您的電子郵箱地址不會被公開。 必填項已用 * 標註

    此站點使用Akismet來減少垃圾評論。了解我們如何處理您的評論數據

    More in:Linux中國