<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:glogow@fbihome.de" title="Jan-Marek Glogowski <glogow@fbihome.de>"> <span class="fn">Jan-Marek Glogowski</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - muddy fonts in LibreOffice GUI with 125% scale in Windows 10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128133">bug 128133</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>bibisectRequest
           </td>
           <td>
                
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>libreoffice-bugs@lists.freedesktop.org
           </td>
           <td>glogow@fbihome.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - muddy fonts in LibreOffice GUI with 125% scale in Windows 10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128133#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - muddy fonts in LibreOffice GUI with 125% scale in Windows 10"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128133">bug 128133</a>
              from <span class="vcard"><a class="email" href="mailto:glogow@fbihome.de" title="Jan-Marek Glogowski <glogow@fbihome.de>"> <span class="fn">Jan-Marek Glogowski</span></a>
</span></b>
        <pre>That bibisect result was really puzzling and it's actually correct. I also
reproduced it :-)

I guess the bibisect repository is build incrementally without a "make clean",
so it took a while, until soffice.bin needed to get linked again, which has
caused this bug. Changing the text of a central header like include/osl/file.h*
was the trigger for an almost full rebuild of LO.

The breaking commit is:

commit 7f791f431c79c6d0a156c4a2726a0dfc5ff40cc1
Author: Luboš Luňák <<a href="mailto:l.lunak@collabora.com">l.lunak@collabora.com</a>>
Date:   Tue Oct 8 20:14:31 2019 +0200

    filter out the "Creating library" message from link.exe

The filtering command in the Makefile has an exit "${PIPESTATUS[0]}", which
will exit the gb_LinkTarget__command macro after calling the linker. As a
result the DeclareDPIAware.manifest isn't merged into the linked binaries, so
Windows applies System DPI scaling. I first just checked soffice.exe, which was
correct before and after the breaking commit. And it took me a while to
realize, that the incremental build slowly lost its "dpiAware" manifest on all
the executables and the problematic one is actually soffice.bin.

The proposed patch is: <a href="https://gerrit.libreoffice.org/#/c/84099/">https://gerrit.libreoffice.org/#/c/84099/</a>

I'm not really familiar with AWK scripting, so can currently just say, that the
regexp based filtering still works for me in my German Windows locale.

Maybe the bug should be more important. OTOH <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - After Update to 6.1.4 on macOS fonts are blurred on retina display (xcode 10)"
   href="show_bug.cgi?id=122218">bug 122218</a> isn't fixed since a
year on MacOS, which - I guess - is some similar problem.</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>