iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.67k stars 149 forks source link

Questionable necessity of --enable-dwt #78

Closed z0rc closed 6 years ago

z0rc commented 6 years ago

Prerequisites

Description

libinput-debug-events launched with --enable-dwt option and this is hardcoded. It's usually a desired option to turn it on, but at fusuma case it's meaningless. This option affects whole libinput, which should be managed by user via GNOME/KDE/whatever input configuration. Forcefully enabling it for fusuma isn't right and may lead to hard to debug issue when user decides to disable this option for various reasons.

As this option doesn't change libinput-debug-events output, I believe it should be dropped from fusuma.

Versions

fusuma: b1ab717 OS: Kubuntu 17.10 libinput: 1.8.4

iberianpig commented 6 years ago

Oh, thanks! Could you make pull request?

z0rc commented 6 years ago

Sure, see linked PR.