https://bugs.kde.org/show_bug.cgi?id=499923
Zamundaaa <xaver.h...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwin/-/commit/6913ab9e4f |ma/kwin/-/commit/86264ec740 |34a99cc1e07077a9d85feacc05d |cb035fb1213771fe686af2b9099 |c10 |c80 --- Comment #9 from Zamundaaa <xaver.h...@gmail.com> --- Git commit 86264ec740cb035fb1213771fe686af2b9099c80 by Xaver Hugl. Committed on 04/03/2025 at 17:03. Pushed by zamundaaa into branch 'Plasma/6.3'. workspace: watch kdeglobals and update Xwayland scale accordingly The code assumed that KScreen would send KWin a new output configuration, and thus Workspace::applyOutputConfiguration would run when the Xwayland scale setting is changed. If you only change that setting and no other output setting though, that doesn't happen, so until this setting is moved into the normal configuration mechanism, we have to update the Xwayland scale when the config value in kdeglobals changes. (cherry picked from commit 6913ab9e4f34a99cc1e07077a9d85feacc05dc10) M +1 -0 src/main.cpp M +6 -0 src/main.h M +22 -11 src/workspace.cpp M +2 -0 src/workspace.h https://invent.kde.org/plasma/kwin/-/commit/86264ec740cb035fb1213771fe686af2b9099c80 -- You are receiving this mail because: You are watching all bug changes.