Bug 85826 - blurry text for retina displays (problem in Info.plist)
Summary: blurry text for retina displays (problem in Info.plist)
Status: RESOLVED DUPLICATE of bug 80939
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
4.3.2.2 release
Hardware: x86-64 (AMD64) macOS (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 00:34 UTC by Yannick Chiron
Modified: 2014-11-14 14:23 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yannick Chiron 2014-11-04 00:34:09 UTC
After installation on Macbook Pro with retina display (by replacing previous version of LibreOffice), I noticed a blurry text once I opened LibreOffice 4.3.2.2.  It looked kinda ugly.

Search on internet showed that there is a problem in Info.plist, and that it can be solved by modifying it, as explained on this webpage: http://imgur.com/a/0P5KY. It explains for Microsoft Office, but the same procedure works for LibreOffice as well.

It seems that changing Info.plist in LibreOffice code will prevent this bug to reoccur.

Specifically, at the end of Info.plist, the following code must have True instead of False.

<key>NSHighResolutionCapable</key>
    <string>False</string>

Changing it manually, and restarting computer and then LibreOffice was not enough, as  OSX didn't rebuild its Info.plist cache like this.  LibreOffice needed to be copied to desktop, then move to the trash the installed version, and move to the Applications folder the copied version. Upon relaunch, OS X then rebuilds its cache and takes the Info.plist change into account.

Yannick Chiron
Comment 1 Yannick Chiron 2014-11-04 00:38:10 UTC
Forgot to say that my computer is a late 2013 MacBook Pro with retina display, with a 2,3 GHz processor intel core i7, 16 GB RAM, running Mac OS X 10.9.5.
Comment 2 Adolfo Jayme Barrientos 2014-11-04 04:35:31 UTC
Please download a 64-bit build.

*** This bug has been marked as a duplicate of bug 80939 ***
Comment 3 Yannick Chiron 2014-11-04 10:09:43 UTC
Thanks but that is the 64-bit build that I installed (LibreOffice_4.3.3_MacOS_x86-64.dmg), automatically proposed by libreoffice website for my computer.

So it seems that there is a problem with the 64-bit version of LibreOffice 4.3.2.2 itself.

Yannick


(In reply to Adolfo Jayme from comment #2)
> Please download a 64-bit build.
> 
> *** This bug has been marked as a duplicate of bug 80939 ***
Comment 4 Yannick Chiron 2014-11-04 10:13:22 UTC
Sorry I meant 4.3.3.2 and not 4.3.2.2.  So it is the most current version which has the problem. 4.3.2.2 was ok.


> Thanks but that is the 64-bit build that I installed
> (LibreOffice_4.3.3_MacOS_x86-64.dmg), automatically proposed by libreoffice
> website for my computer.
> 
> So it seems that there is a problem with the 64-bit version of LibreOffice
> 4.3.3.2 itself.
> 
> Yannick
>
Comment 5 Yannick Chiron 2014-11-14 13:44:36 UTC
LibreOffice 4.3.4 (released Nov 14, 2014) fixed the problem in the Info.plist file.

Changed status to fixed.

Yannick Chiron
Comment 6 Adolfo Jayme Barrientos 2014-11-14 14:23:31 UTC

*** This bug has been marked as a duplicate of bug 80939 ***