How to solve ""Your preferences cannot be read." in Google-chrome

I have received an error as followed:
“Your preferences cannot be read. Some features may be unavailable and changes to your preferences won’t be saved” on Google Chrome.

In an ubuntu os, How to solve it:
Maybe it is about rights.

  1. change the dir to goole-chrome default
cd  ~/.config/google-chrome/Default
  1. change right for all files in current path
sudo chmod 777 *

Ok, restart it and not any error appeared more.

As for other operate systems, the same is true as aboved.


    Mac OS X: ~/Library/Application Support/Google/Chrome/Default
 
    Windows 7: C:\Users\jianbao\AppData\Local\Google\Chrome\User Data\Default\
    Linux: ~/.config/google-chrome/Default

发布了80 篇原创文章 · 获赞 332 · 访问量 70万+

猜你喜欢

转载自blog.csdn.net/qq_40527086/article/details/102529832