https://bugs.kde.org/show_bug.cgi?id=480171
gudvinr+...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gudvinr+...@gmail.com --- Comment #13 from gudvinr+...@gmail.com --- Can you really "fix" protocol though? fractional-scale-v1 uses 120 as denominator, which limits amount of scale factors you can use to get integer window sizes. 2.25 gives 270/120, which makes "virtual" screen size 1706.(6) for 3840. Closest integer scale sizes are 256/120 and 288/120 which will give 1800 and 1600 "virtual" screens, respectively. Wouldn't that be easier to just limit values for scale factors, so you won't get into situation where kwin needs to make things up? -- You are receiving this mail because: You are watching all bug changes.