[Bug 90794] New: Fix the Linux HiDPI start screen
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Apr 22 15:20:59 PDT 2015
https://bugs.documentfoundation.org/show_bug.cgi?id=90794
Bug ID: 90794
Summary: Fix the Linux HiDPI start screen
Product: LibreOffice
Version: 4.2.3.3 release
Hardware: Other
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: UI
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: keithcu at gmail.com
CC: keithcu at gmail.com, libreoffice at lists.freedesktop.org
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:
http://opengrok.libreoffice.org/xref/core/desktop/unx/source/splashx.c
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:
http://opengrok.libreoffice.org/xref/core/vcl/unx/generic/app/saldisp.cxx#557
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.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20150422/496f865d/attachment.html>
More information about the LibreOffice
mailing list