<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Merge some optimisation works by Michal Srb?"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105102#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Merge some optimisation works by Michal Srb?"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105102">bug 105102</a>
              from <span class="vcard"><a class="email" href="mailto:arthur200126@gmail.com" title="Mingye Wang (Arthur2e5) <arthur200126@gmail.com>"> <span class="fn">Mingye Wang (Arthur2e5)</span></a>
</span></b>
        <pre>We are looking at a problem introduced by srb's patches on 2.12.6 and 2.12.93
that causes synaptic's UI font to be serif only under sudo on our distro. It
appears that the "Match Pattern" has a way longer family list when calling
through sudo. We bisected the change to the FcFontSetMatchInternal optimization
commit.

I am asking Bai to get the match pattern for an unpatched version so we can
find out whether it's caused by something like a change in tie-breaking
behavior (weird) or by something outside of FcFontSetMatchInternal that changes
the match pattern (wild). 

* * *

I put back some FC_DEBUG functionalities for FcFontSetMatchInternal so that
MATCH (1) works roughly as the same as before without the best score, and
MATCHV (2) shows font indexes (like before, but without set barriers) and each
priority rounds and the process of bitset ellimination after each round. It can
get a bit too verbose when mixed with the individual subscores and their
operands...

MATCH2 (4096) is still missing. Looks like I can just paste it back.</pre>
        </div>
      </p>


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

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