I actually have been a long have chromium browser (call for google chrome on ubuntu) installed, but just lately I use it for playing flash games, hehehe and after a long absence to open chrome, an error message are occured every chrome starting-up:
then I tried to analyze it, there must be a something wrong with the file permissions, and then I became to find it in my $HOME folder that has a chrome related and it is located in the .config/chromium so we have change the file permissions with the following command:
sudo chown -R $USER:$USER $HOME/.config/chromium
this command is used to update the ownership of our chrome profile, and it successfully
Advertisement
