<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - blueman and xfce4-power-manager crash when opening right-click menu while terminus is set as system font"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78787#c16">Comment # 16</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - blueman and xfce4-power-manager crash when opening right-click menu while terminus is set as system font"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78787">bug 78787</a>
              from <span class="vcard"><a class="email" href="mailto:sixtysix@inwind.it" title="Massimo <sixtysix@inwind.it>"> <span class="fn">Massimo</span></a>
</span></b>
        <pre>(In reply to Simon Steinbeiss from <a href="show_bug.cgi?id=78787#c15">comment #15</a>)
<span class="quote">> @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.</span >

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:

<a href="https://github.com/GNOME/murrine/blob/master/src/murrine_style.c#L2164">https://github.com/GNOME/murrine/blob/master/src/murrine_style.c#L2164</a>

it seems the only other place where a pango_cairo function
is called.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>