TigerVNC/tigervnc

"High Resolution" mode on macOS

Offen

#878 geöffnet am 10.10.2019

 (23 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)C++ (1.179 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (7.410 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 95T 10h) (4 gemergte PRs in 30 T)

Beschreibung

Please change to True in the Mac info.plist:

	<key>NSHighResolutionCapable</key>
	<string>true</string>

so that it isn't forced to "Open in low resolution" and the interface looks much better on modern high DPI Macs.

UI scaling already seems to be correct at high dpi, so this should be the only change needed. Please see attached screenshots.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Contributor Guide