| Summary: | Changing display scale on Wayland requires users to log out and log back in. | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | Joshua T <joshuaandrewtr> |
| Component: | kcm_kscreen | Assignee: | kscreen-bugs-null <kscreen-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| URL: | https://bugreports.qt.io/browse/QTBUG-78327 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Joshua T
2022-08-10 00:39:48 UTC
This issue affects all Qt apps (not just Plasma) and is unfortunately caused by a Qt bug: https://bugreports.qt.io/browse/QTBUG-78327. (In reply to Nate Graham from comment #1) > This issue affects all Qt apps (not just Plasma) and is unfortunately caused > by a Qt bug: https://bugreports.qt.io/browse/QTBUG-78327. But restarting Plasma-shell after a display scale is changed would be more user-friendly. Then users would not have to log out. There could also be a tooltip that warns users that some apps will not respond to scaling until they are closed and reopened. I believe Windows has a feature like that. It's not just Plasma; you need to restart all Qt-based apps to get them to notice the new scale factor. But yeah, we can add an info message that informs the user of this. (In reply to Nate Graham from comment #3) > It's not just Plasma; you need to restart all Qt-based apps to get them to > notice the new scale factor. > > But yeah, we can add an info message that informs the user of this. Great! |