<html>
    <head>
      <base href="https://bugs.documentfoundation.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Fix the Linux HiDPI start screen"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90794">90794</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Fix the Linux HiDPI start screen
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>4.2.3.3 release
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>UI
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>keithcu@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>keithcu@gmail.com, libreoffice@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>LibreOffice looks pretty good on these screens now, but it leaves a bad first
impression with the start bitmap.

Fixing this is platform specific. For Linux, the relevant file is:
<a href="http://opengrok.libreoffice.org/xref/core/desktop/unx/source/splashx.c">http://opengrok.libreoffice.org/xref/core/desktop/unx/source/splashx.c</a>

The first question is how to fetch the DPI. It can't use the
OutputDevice::DPIScaleFactor, so it needs to do something like "xrdb -query" or
borrow some of what Saldisp::Init does:
<a href="http://opengrok.libreoffice.org/xref/core/vcl/unx/generic/app/saldisp.cxx#557">http://opengrok.libreoffice.org/xref/core/vcl/unx/generic/app/saldisp.cxx#557</a>

The next step is to get a high-res start bitmap, and display it when
appropriate.

The final step is to fix the progress window which displays inside the start
bitmap.

I believe this is an easy hack.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>