Opened 7 years ago
Closed 4 years ago
#55260 closed enhancement (fixed)
QGIS and Retina display
Reported by: | Malauch | Owned by: | Veence (Vincent) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | qgis |
Description
I just installed qgis 2.18.13 +gt5 port and realised that it doesn't support retina display. All text and icons are blur/pixelated. Is it possible to enable support for Retina display? I also have Linux Mint installed via Parallels on my iMac 5k and on that system QGIS works with Retina quite well.
Change History (6)
comment:1 Changed 7 years ago by Veence (Vincent)
comment:2 Changed 7 years ago by mf2k (Frank Schima)
Cc: | Veence removed |
---|---|
Keywords: | qgis retina removed |
Owner: | set to Veence |
Status: | new → assigned |
Version: | 2.4.2 |
comment:3 follow-up: 4 Changed 7 years ago by Malauch
Do you mean that setting?
1. Edit /usr/local/opt/qgis3-dev/QGIS.app/Contents/Info.plist 2. Change NSHighResolutionCapable key to True, then save Info.plist 3. Run touch /usr/local/opt/qgis3-dev/QGIS.app to ensure launch services is notified of plist change
I tried to edit /Applications/MacPorts/QGIS.app/Contents/Info.plist but there is no NSHighResolutionCapable key for QGIS 2.18.13. Linked thread is for QGIS3, so maybe it's related only for QGIS master branch
comment:4 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Replying to Malauch:
I tried to edit /Applications/MacPorts/QGIS.app/Contents/Info.plist but there is no NSHighResolutionCapable key for QGIS 2.18.13.
So create one.
comment:5 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
comment:6 Changed 4 years ago by Veence (Vincent)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
- Outdated -
Note: See
TracTickets for help on using
tickets.
I have no retina display available (I use either a Mac mini or a MacBook Air). But maybe this https://github.com/qgis/homebrew-qgisdev/issues/5 can solve your problem? If yes, I can patch the file to have it added unconditionally? Please tell me.