Re: gtk+-1.3.1 / pango not showing text



arjen@aragorn.demon.nl (Arjen Laarhoven) writes:

> Hi all,
> 
> I have a weird problem with gtk-1.3.1.  Gtk (and all the libs required by
> it) compile and install OK, but when I try to run the test programs, all
> text is gone.  Buttons, labels, etc, etc work fine, only the text is
> missing.
> 
> Can anyone point me to some clues to solve this?

The most likely culprit here is Pango is not finding its modules
file or not finding its font aliases file. You might want to
try:

 strace -e open

To see what files it is trying to open. A possible reason for
this is reconfiguring pango to install in a different prefix
without doing a make clean.

Regards,
                                        Owen




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]