Jan 25, 10 | Chromium: “Your profile could not be opened correctly.”
If you are using the Google Chromium ppa, occasionally things are broken (specifically user settings). For example, I have twice gotten the error:
“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.”
If this happens to you, I recommend the following fix:
Close Chromium
cd ~/.config/chromium
mv Default/ Backup/
Open Chromium
Close Chromium
rm -rf Default/
cp -R Backup/ Default/
Note: I am using Ubuntu 9.10 (Karmic Koala), but this should work for pretty every dist.

01/27/10 | Daniel
Great! Thank you for the help!