All discussion leading to this bug report is here: https://forum.xfce.org/viewtopic.php?pid=57737#p57737 tl;dr; I want to change coasting of my touchpad, however xfconf-query doesn't do that. [code] $ xinput list-props "SYNA2393:00 06CB:7A13 Touchpad" | grep Coast Synaptics Coasting Speed (295): 20.000000, 50.000000 $ xfconf-query -c pointers -p /SYNA2393:00_06CB:7A13_Touchpad/Properties/Synaptics_Coasting_Speed -n -t double -t double -s 0.0 -s 0.0 $ xinput list-props "SYNA2393:00 06CB:7A13 Touchpad" | grep Coast Synaptics Coasting Speed (295): 20.000000, 50.000000 $ xfconf-query -c pointers -p "/SYNA2393:00_06CB:7A13_Touchpad/Properties/Synaptics_Coasting_Speed" -n -t double -t double -s 0.0 -s 0.0 $ xinput list-props "SYNA2393:00 06CB:7A13 Touchpad" | grep Coast Synaptics Coasting Speed (295): 20.000000, 50.000000 [/code] Using 'synclient' works. [code] $ synclient CoastingSpeed=0 $ synclient CoastingFriction=0 $ xinput list-props "SYNA2393:00 06CB:7A13 Touchpad" | grep Coast Synaptics Coasting Speed (295): 0.000000, 0.000000 [/code]
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfconf/-/issues/11. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev