Any chance you caused root to take over ownership of files in your HOME?
I don't use PolicyKit nor gnome, so know idea how that might be impacted, but you can take ownership of all files in your HOME with this exact command:
Code:
sudo chown -R $USER $HOME
After, logout and login again. That should be sufficient, but it may not be if you use too many systemd things. Once in a while systemd will cache things that are unexpected so the only way to force a re-read is a full reboot/reset.
The chown command shouldn't do any harm at all. After all, all files in your HOME should be owned by that userid.