https://bugs.kde.org/show_bug.cgi?id=451158
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Incorrect cursor scaling on |With display scaling, |wayland gtk apps |incorrect cursor scaling on | |non-XWayland-using gtk apps --- Comment #7 from Nate Graham <n...@kde.org> --- So there are three options here. 1. Wait until GTK gains support for the cursor-shape-v1 protocol 2. Patch all cursor themes in existence to have sizes for all possible scale factors (we just did this for KDE's Breeze cursors) 3. Automatically scale cursors as needed in KWin --- Downside of #1 is that it's up to toolkit developers outside of KDE. Downside of #2 is that it's up theme authors outside of KDE, and therefore really not feasible at all. Downsides of #3 include: - It's a hack/workaround due to lack of proper support for a public standard in other toolkits - Scaling cursors would introduce blurriness, so the result wouldn't be pixel-perfect in comparison to parts of the system written in toolkits that do implement the cursor-shape-v1 protocol, therefore it wouldn't actually fix the bug. -- You are receiving this mail because: You are watching all bug changes.