https://bugs.kde.org/show_bug.cgi?id=384733
--- Comment #1 from Sebastian Kügler <se...@kde.org> --- The problem seems to be that the kcm doesn't save the config (by design), but the kded5 module does. On X11, it does so after getting a changed signal from XRandR. There's no such event for scale changes, as the scale is changed by an env var. On Wayland, this *should* actually work, but the scaling UI doesn't actually go through Wayland from having a glance at the code, the scale is never set to the outputs in the compositor, so we don't get a changed signal back (in kded) and hence, nothing's saved. kscreen-console just shows scale: 1 on my system, by the way, even if I set the scale to 1.2 or 2 (that's in line with the above observations). -- You are receiving this mail because: You are watching all bug changes.