https://bugs.kde.org/show_bug.cgi?id=398713
warloxx...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |warloxx...@gmail.com --- Comment #15 from warloxx...@gmail.com --- Created attachment 121798 --> https://bugs.kde.org/attachment.cgi?id=121798&action=edit x11_libinput_dummydevice.c patch I ran into this problem as well on kde 5.15.4. (ubunutu 19.04). And can confirm that the setting for acceleration never gets set in xinput just as described in comment 13. The setting is an bool array where only one is allowed to be true. But the code only has functions to store single values. That's why the setting is never applied. I made a draft of a solution in the attachment. It likely does not compile nor is up to snuff on code quality but should make the possible solution clear. -- You are receiving this mail because: You are watching all bug changes.