https://bugs.kde.org/show_bug.cgi?id=499881
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |n...@kde.org Resolution|--- |INTENTIONAL Status|REPORTED |RESOLVED Version|git-stable-Plasma/6.2 |6.2.5 --- Comment #2 from Nate Graham <n...@kde.org> --- > but not in Firefox of Chrome We have no ability to control how non-KDE apps react to scrolling. > When on gnome, all apps scroll a similar amount This will be coincidence, the result of only using GTK apps or apps whose toolkits happened to, by chance or design) manually synchronize their scrolling speeds to one another. > Also, my two mouses scroll a different amount for 1 click of the mouse wheel. This will be due to a hardware difference in your mice. > Scroll behavior should be exactly the same as in gnome 3 with wayland (since > both use libinput) > for any app independent of the framework used, qt/gtk etc. Unfortunately this goal is fundamentally impossible; it's up to each toolkit how it reacts to scroll events from Libinput. Libinput can't control how much they decide to scroll in response to the events it sends to them through the compositor. And toolkits (and even apps) can also adjust their scroll behavior based on the environment they detect, whether the app is being run as a Native Wayland app or through XWayland, etc. Basically, it's impossible, sorry. :( Just a mostly unavoidable side effect of a heterogenous environment. -- You are receiving this mail because: You are watching all bug changes.