It seems like the unity DE somehow blocks the mouse gesture for itself, thus most of the other multi-touch recognizers can not catch the events.
To disable this, the unity multi-touch support need to be completely disabled:
- Install
dconf-editor
, usingapt install dconf-editor -y
. - Launch
dconf-editor
via command line. - Go to
com->canonical->unity->gestures
and disable everything inside.
Now tools like toughegg could catch touchpad events as normal.
2017/11/23