Bug 434772 - libinput: allow both or none of "Two fingers" and "Touchpad edges" options
Summary: libinput: allow both or none of "Two fingers" and "Touchpad edges" options
Status: RESOLVED UPSTREAM
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_touchpad (other bugs)
Version First Reported In: 5.21.3
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-22 14:56 UTC by Jakub Nowak
Modified: 2021-03-22 16:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Nowak 2021-03-22 14:56:59 UTC
This is a feature request.

SUMMARY

Currently those two options use radio (exclusive checkbox) and only and exactly one of those can be selected. With synaptics driver settings it's possible to have both of those options. I've also noticed that the option to disable scrolling altogether is missing. Both could be implemented by replacing radio with normal checkbox.
Comment 1 Nicolas Fella 2021-03-22 16:08:15 UTC
This appears to be a limitation of libinput itself. Only one scroll method can be active at a time, see https://wayland.freedesktop.org/libinput/doc/latest/scrolling.html

I understand that this is a frustrating answer, but there's nothing Plasma can do about that.
Comment 2 Jakub Nowak 2021-03-22 16:18:01 UTC
No problem, your answer was helpful.
I'll try requesting this feature in libinput then.