Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

Sometimes Google Chrome resets its settings. My bookmarks are not deleted, but the bar and the homepage button are hidden and many of my settings (homepage, automatic translations, ...) are reset.

I have no installed extensions.

What could it be?

share|improve this question
It probably happens after an update, but that's purely a guess – ChrisF Jun 11 '12 at 10:17

3 Answers

Is this a home or work computer?? Some work places have policies to delete profiles and therefore no customization stay. If you are at home make a backup and then uninstall and reinstall.

share|improve this answer
It is my computer (Dell Latitude E6500). I'll try what you suggest. – Marco Carletti Jun 11 '12 at 12:07

Its wierd that you have this problem on your home computer. Nevertheless, try this if the system you are using is a un*x distro ( e.g. any linux distro) :

  1. Open any terminal
  2. Google chrome saves its configurations in ~/.config/google-chrome directory. You can try to remove this directory to some safe place say your desktop and start afresh or you could try changing the permissions and ownership of the directory, by running the commands

    chown yourusername ~/.config/google-chrome -R  
    chmod u+rwx ~/.config/google-chrome -R 
    

(On seeing any errors while running above commands use sudo and rerun that command. If the system you are using is windows you can search the web for the location where google-chrome saves its configurations. It should be in local settings folder in your username's folder. Move that folder to some safe place say your desktop(in case something goes wrong later) Now start the chrome and customize it as you wish and it should work.

share|improve this answer

I had the same problem. I created new profile for my chrome, but it didn't work and the problem didn't solve. But, I opened internet options and changed my homepage to www.google.com and voila, the problem solved. even after restarting the PC.

I think this problem happened to me because of the change in the homepage! and the point is I had never changed it. (my homepage automatically had been set at: wwww.startpage.com)

So, check your homepage. If yours is the same as mine, change it. It worked for me.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.