Tiger VNC on Centos 6.3 fails, font catalog not properly configured

Solution 1:

So we managed to resolve this by just updating everything on the system:

yum update

I would love to know what was updated that got it working, but I haven't been able to figure it out so far. Hope this helps!

EDIT: OK, I figured out what needs to be updated, go ahead and update these 3 packages:

yum install pixman pixman-devel libXfont

That should do it!