Because googleearth auto runs after install (and installation is done as root) your user preference files in ~/.googleearth are owned by root. So:
chown -R <you>:<you> ~/.googleearth

That did...