https://bugs.kde.org/show_bug.cgi?id=426680
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Cannot set mouse pointer |evdev driver: Cannot set |acceleration to 0 |mouse pointer acceleration | |to 0 Status|NEEDSINFO |CONFIRMED Resolution|WAITINGFORINFO |--- Ever confirmed|0 |1 --- Comment #3 from Nate Graham <n...@kde.org> --- Technically there are two Mouse configuration UIs: - One for the old evdev driver which is written using QWidgets with .ui files - One for the new libinput driver, which is written in QML The one you see depends on which driver is installed. Regardless, the bug you describe seems pretty easy to fix: Replace double>0.100000000000000</double> with double>0.0</double> I don't use the evdev driver so I can't tell yo whether this is an invalid value or might cause other issues. However if you use that driver and this works for you, please feel free to send a Merge Request implementing that change! -- You are receiving this mail because: You are watching all bug changes.