Scaling on HighDPI displays is causing multiple problems #347
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Because of scaling problems on HighDPI displays the following problems occur:
If one sets
QT_SCALE_FACTOR
to0.5
everything works, but the settings menu is using the scaling setting as well and appears extremely tiny.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
I have a HiDPI screen and on Deepin, I have this issue, but on Linux Mint, not.
Can I somehow help point the differences?
I can confirm I'm not seeing any of the mentioned issues when running Cool-Retro-Term v1.0.1 on macOS 10.13.6, using the internal HiDPI display on a Macbook Pro 15".
Looks like its a bug in QT:
https://bugreports.qt.io/browse/QTBUG-48972
Launching CRT from terminal with following command works on 4K screens (scrolling works):
QT_SCALE_FACTOR=1 cool-retro-term
But I don' know how to launch it with scaling parameter from *.desktop file. Following does not work:
Any ideas?
I'm on Linux Deepin.