2021-05-12 14:32:11
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 HistoryHistory.bak
再次開打Google Chrome瀏覽器。
方法三
如果依然沒有解決,你可以試試移除所有預設組態檔夾(~/.config/google-chrome/Default)。注意:如果這樣做,你將會遺失所有之前開啟的Google標籤、匯入的書籤,瀏覽記錄和登入資料等。
在移除之前,先關掉所有Chrome視窗和分頁
- $ rm -rf ~/.config/google-chrome/Default
之後重新啟動Google Chrome,資料夾~/.config/google-chrome/Default會自動生成。
Ubuntu 14.04 LTS下安裝Google Chrome瀏覽器 http://www.linuxidc.com/Linux/2014-04/100645.htm
Ubuntu 13.04 安裝 Chrome 依賴問題解決 http://www.linuxidc.com/Linux/2013-04/83638.htm
openSUSE安裝Chrome瀏覽器 http://www.linuxidc.com/Linux/2013-05/84046.htm
Linux使用者安裝 Google Chrome 35 Beta 說明 http://www.linuxidc.com/Linux/2014-05/101099.htm
CentOS 6.x 安裝Google Chrome瀏覽器 http://www.linuxidc.com/Linux/2013-01/78066.htm
Chrome 的詳細介紹:請點這裡
Chrome 的下載地址:請點這裡
更多詳情見請繼續閱讀下一頁的精彩內容: http://www.linuxidc.com/Linux/2015-02/114045p2.htm
相關文章