Google Chrome is not starting

Solution 1:

The error message says that you have no permission to access /home/basil/.config/google-chrome/SingletonLock, which probably means it isn't owned by you. This is probably due to running Chrome as root (using sudo), which shouldn't be done.

Try sudo rm -r /home/basil/.config/google-chrome/ to remove Chrome's configuration files for your user.