First time here? Check out the FAQ!
answered 2019-01-08 17:58:29 +0000
I had this issue and discovered it was due to ~/.config being owned by root instead of current user. I changed the ownership of the file and the error went away.
sudo chown <username:group> ~/.config