[cairo-bugs] [Bug 78787] blueman and xfce4-power-manager crash when opening right-click menu while terminus is set as system font

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 18 04:52:30 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=78787

--- Comment #16 from Massimo <sixtysix at inwind.it> ---
(In reply to Simon Steinbeiss from comment #15)
> @Massimo, Vlad: While the crashes are fixed the function that draws the
> text-shadow in murrine is now broken and all themes that use the
> "text-shadow" option now have a distorted or displaced shadow.
> 
> If this is a bug in cairo (as suggested), I would like to suggest to either
> fix it there or to improve the workaround in Murrine so that there is no
> regression.

Regarding a Murrine improvement, the easy thing to try is
to add a call to pango_cairo_update_layout (cr, layout)
also in the if branch after cairo_translate(...) and before
pango_cairo_show_layout (cr, layout);

here:

https://github.com/GNOME/murrine/blob/master/src/murrine_style.c#L2164

it seems the only other place where a pango_cairo function
is called.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20160818/eb9df8f0/attachment.html>


More information about the cairo-bugs mailing list