https://bugs.kde.org/show_bug.cgi?id=427771

d345...@yandex.ru changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |d345...@yandex.ru

--- Comment #6 from d345...@yandex.ru ---
Can report the same issue on KDE 5.22 on Arch Linux
I have managed to manually set the input properties in DBus, that successfully
changed the acceleration profile, and weirdly after doing that I can't change
the acceleration profile back to Adaptive from the GUI, it immediately reverts
just like it did when I was trying to change the profile from Adaptive.
Here's the command if anyone wants to test.
touchpad=$(libinput list-devices | sed -rn
'/Touchpad/{n;s/.*(event[0-9]+)/\1/p}') # or just eventN if it didn't work
dbus-send --dest=org.kde.KWin "/org/kde/KWin/InputDevice/$touchpad"
org.freedesktop.DBus.Properties.Set string:org.kde.KWin.InputDevice
string:pointerAccelerationProfileFlat variant:bool:true
dbus-send --dest=org.kde.KWin "/org/kde/KWin/InputDevice/$touchpad"
org.freedesktop.DBus.Properties.Set string:org.kde.KWin.InputDevice
string:pointerAccelerationProfileAdaptive variant:bool:false

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to