[Libreoffice-bugs] [Bug 138122] LibreOffice font blurry on MacBook Pro's Internal HiDPI Retina Display running macOS Big Sur 11.0.1

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 18 07:08:51 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=138122

--- Comment #39 from lupurus at web.de ---
(In reply to Tor Lillqvist from comment #38)
> > Where can I find that patch?
> 
> The patch in question is this change that was made to the LibreOffice source
> coce in February:
> https://git.libreoffice.org/core/+/
> ec9f0161d9b5a57d4b8e3e17150fabcc6e4c67a1%5E%21
> 
> The relevant part is the change to desktop/Executable_soffice_bin.mk that
> causes some more flags to be used when linking the soffice executable (which
> is the actual executable of the LibreOffice app bundle):
> 
> > -Xlinker -platform_version -Xlinker macos -Xlinker $(MAC_OS_X_VERSION_MIN_REQUIRED_DOTS) -Xlinker 0.0.0

Thank you! Actually I removed those lines, but otool still showed me the min
version of 10.10 and sdk n/a. 

So I changed the header with an hex editor, so that I have 

cmd LC_VERSION_MIN_MACOSX
  cmdsize 16
  version 10.15
      sdk 11.0

The app now started in the dark mode, so I know, that it uses the new SDK.
There are no changes, the text is still blurred. I will take a closer look to
the text drawing methods, because I also figured out, that the text in a
Combobox for example is blurred as well. But I will need a lot of time to get
an overview, how all this drawing works (maybe in the end I can at least help
improving the dark mode :))

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201118/42c8e8dc/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list