https://bugs.kde.org/show_bug.cgi?id=391904
David Edmundson <k...@davidedmundson.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Flags| |Wayland-, X11+ Status|UNCONFIRMED |RESOLVED --- Comment #4 from David Edmundson <k...@davidedmundson.co.uk> --- Works in wayland. > For KWin consensus was that Qt's scaling interferes with Kwin's coordinate > system too much to be feasible, right? Yeah, for Plasma I allowed a user override, rather than just doing it on platform as it was 90% fine. It's not so much about icons, but on X Qt would convert any setGeometry on internal windows from user pixels to device pixels. We'd end up with 3 completely different scaling systems. - Plasma scaling: resizing native pixel sizes to fonts - Qt's scaling: doing everything in normalised pixels - Kwin's wayland scaling: effectively the same as Qt All intertwined and conflicting. Huge effort for a very minor bug. I would reject any patches that tried. Only possible half-gap we could do is do a bodge making QStyle icon sizes bigger (plasma scaling style) in the kwin case. *** This bug has been marked as a duplicate of bug 372012 *** -- You are receiving this mail because: You are watching all bug changes.