p2rkw / xf86-input-mtrack

Xorg Multitouch Trackpad Driver
GNU General Public License v2.0
489 stars 54 forks source link

in the file manager thunar mtrack can't resize the columns ( name, size, type, etc...) #119

Open vareille opened 2 years ago

vareille commented 2 years ago

xf86-input-mtrack version 0.3.1-1 I am using bunsenlabs (based on debian 10 buster). On a macbookair3,1 (2010)

I've installed xserver-xorg-input-mtrack and add my user to the input group (sudo adduser "whoami" input) and in xorg.conf, just the minimum compulsory:

Section "InputClass"
    MatchIsTouchpad "on"
    Identifier "Touchpads"
    Driver "mtrack"
EndSection

I know I am using this driver because if I don't add this I am still on the libinput driver which doesn't register the taps.

Drag and drop works fine (double tap, keeping the second tap down) , even for resizing windows, but when you try to resize the column in Thunar, it doesn't work.