! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
xfconf-query 4.12.1 does not properly set requested values (doesn't process c...
Status:
RESOLVED: MOVED

Comments

Description kujaw 2020-05-23 21:18:26 CEST
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]
Comment 1 Git Bot editbugs 2020-05-25 23:51:11 CEST
-- 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

Bug #16884

Reported by:
kujaw
Reported on: 2020-05-23
Last modified on: 2020-05-25

People

Assignee:
Xfce Bug Triage
CC List:
1 user

Version

Version:
4.12.0

Attachments

Additional information