GNOME Bugzilla – Bug 476823
Text coming as black rectangles
Last modified: 2007-12-13 06:09:59 UTC
Please describe the problem: The places where the text should appear is coming as black rectangles Steps to reproduce: 1. Run testpixbuf in gtk+-2.11.6/demos 2. The text is coming as black rectangles 3. Actual results: Expected results: The text should display correctly in a readable form Does this happen every time? Always Other information:
Generally this mean pango was not configured with the cairo backend. DirectFB requires the cairo backend in pango. If you know how to check this in autoconf I should add a check.
I remember the debian-installer guys having this problem too. No idea how they solved it. Lets see if we get more info.
Yep saw that thread. My opinion is distros should start supporting DirectFB and we just compile everything for both. Only Cairo is a pain because it does not load its backends from libraries. Otherwise its basically transparent. I think the decision to link in the cairo backends is a mistake. The glitz backend should be used if you have a good 3D driver for example if your local IMHO. This is not a compile time decision. But bitching about cairo design decisions in a gtk bug is probably a waste of time :)
Well, you definitely know where to nag about cairo!
(In reply to comment #4) > Well, you definitely know where to nag about cairo! Hi, With the patch for cairo(cairo_show_glyphs.patch) given in gtk-devel-list@gnome.org by Denis Oliver Kropp, this probelem is solved. I checked it with cairo-1.2.6 and gtk+-2.10.14. Thanks & Regards Reny
Link please?
(In reply to comment #6) > Link please? Hi Behad, Sorry, I am new to bugzilla and the mailing list. I got the patches from the mailing list. I don't know how to get the link. Can you please let me know how to get the link. From google, I got the following link which contains the specified mail http://snteam-events.blogspot.com/2007/12/gtk-devel-list-digest-vol-44-issue-10.html Name: cairo_show_glyphs.patch Type: text/x-patch Size: 773 bytes Desc: not available Url : /archives/gtk-devel-list/attachments/20071205/41648902/attachment-0012.bin Thanks & Regards Reny
The issue was in cairo-dfb backend. This fix is already in cairo source tree and is expected to be in from cairo version 1.5.5 onwards