The full error message is:
Your profile could not be opened correctly. Some features may be unavailable. Please check that the profile exists and you have permission to read and write its contents.
My bookmarks appear to have been retained, but all of the favicons for them are gone. What did I do? Anyone know how I can fix it?
4 Answers
I just removed rm -rf Web\ Data from ~/.config/chromium/Default.
Plus had to restart computer.
I believe this is an issue with a corrupted file; so unfortunately you will have to delete the currently set google profile in Google Chrome.
- Quit Google Chrome.
- Open Terminal.
- Change directory (
cd) to/Users/{user}/Library/Application Support/Google/Chrome/Default - Delete Web Data and History files:
rm -rf History*; rm -rf Web\ Data; - Start Google Chrome and the error should be gone.
Please see the link below for complete instructions:
3The only thing that worked for me was to completely uninstall Chrome, then reinstall.
Much easier than any of this .......uncheck 'Let chrome run in background' close and restart chrome .....The cause is that your profile is still running in bg and multi instances of same user is a nogo