gtk-qt engine crashes a lot with cairo based GTK. Under Firefox there are no fonts shown. Running a GTK program then clicking on a menu crashes with this error: (nautilus:20543): Gdk-WARNING **: Using Cairo rendering requires the drawable argument to have a specified colormap. All windows have a colormap, however, pixmaps only have colormap by default if they were created with a non-NULL window argument. Otherwise a colormap must be set on them with gdk_drawable_set_colormap Firefox does not have that problem but doesn't display any fonts and gives this error: (Gecko:20519): Pango-CRITICAL **: pango_cairo_show_glyph_string: assertion `PANGO_IS_CAIRO_FONT (font)' failed
This is also affecting other programs, such as Synaptic, Real Player 10, Azureus, Adobe Reader...
The firefox fonts issue seems to be a separate issue not releated to gtk-qt-engine.
Created attachment 3214 [details] [review] fix
Attached patch from SuSE fixes the problem.
Thanks, this should now be fixed in CVS.
*** Bug 4082 has been marked as a duplicate of this bug. ***
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.