Bug 395127 - Kstars display fonts blur on MacBookPro(retina) by default
Summary: Kstars display fonts blur on MacBookPro(retina) by default
Status: RESOLVED FIXED
Alias: None
Product: kstars
Classification: Applications
Component: general (show other bugs)
Version: 2.9.6
Platform: Other macOS
: NOR normal
Target Milestone: ---
Assignee: Jasem Mutlaq
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-08 04:16 UTC by Lynx
Modified: 2018-06-12 12:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 2.9.7


Attachments
demonstrations the modify (1.51 MB, application/x-gzip)
2018-06-08 04:16 UTC, Lynx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lynx 2018-06-08 04:16:50 UTC
Created attachment 113138 [details]
demonstrations the modify

By default, kstars display fonts blur on macOS with retina monitor,
I have to manual add the follow lines to Info.plist to enable retina fonts rendering.

	<key>NSPrincipalClass</key>
	<string>NSApplication</string>

It seems that macOS have some cache method, I have to modify Info.plist after finish install kstars and don't launch it before. If I have already launch kstars, modify may not take effect.
Is it possible to make this modify by default? thx
Comment 1 Jasem Mutlaq 2018-06-12 12:44:05 UTC
This should be resolved in the next release.