posted: 11 Jun 2011, 12:03
OK, I figured out what was wrong sort of, but I fixed the problem for me by going to here:
/home/ray/.privgold100
I found out that when Privateer Gemini Gold was installed some of the files and folders here ended up having their permissions set to root,
so I did these commands, if you are going to use these then change ray to your username. Also I know this over kill but I wasn't sure which one changed root to owner so I did them all:
sudo chown -R ray /home/ray/.privgold100
sudo chgrp -R ray /home/ray/.privgold100
find /home/ray/.privgold100 -type f -exec chmod 640 \{} \;
find /home/ray/.privgold100 -type d -exec chmod 750 \{} \;