Comment Re:Did you say OS X? (Score 1) 577
There is a problem with Apple's X11 installer for OSX 10.4.x which causes fontconfig font caches not to be generated, making gtk apps think they have no fonts. The solution is to run the following:
sudo fc-cache
Should start fine after that.