Comment 10 for bug 247433

Revision history for this message
userDepth (binarydepth) wrote :

I fixed this with Synclient in the terminal :

synclient TapButton2=0;

And then added to "sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf"
 :

Section "InputClass"
        Identifier "Default clickpad buttons"
        MatchDriver "synaptics"
        Option "TapButton2" "0"
EndSection

Still have to reboot and see if that works