| Summary: | QT_AUTO_SCREEN_SCALE_FACTOR is not set properly | ||
|---|---|---|---|
| Product: | [Plasma] KScreen | Reporter: | Max <suraev> |
| Component: | common | Assignee: | Sebastian Kügler <sebas> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | nate, postix |
| Priority: | NOR | ||
| Version First Reported In: | 5.15.4 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Max
2019-05-13 15:54:21 UTC
QT_AUTO_SCREEN_SCALE_FACTOR is deprecated since 5.14 > Added the QT_ENABLE_HIGHDPI_SCALING environment variable > which enables high-dpi scaling based on display DPI. > Replaces QT_AUTO_SCREEN_SCALE_FACTOR (now deprecated), > and corresponds to the Qt::AA_EnableHighDpiScaling application attribute. source: https://wiki.qt.io/New_Features_in_Qt_5.14 Yep, we don't use QT_AUTO_SCREEN_SCALE_FACTOR. |