Ubuntu – How to disable touchpad tap to click

touchpad

You've heard this a million times but the "tap to click" is a pain in the behind and I want to disable it. There is no touchpad in gpointing-device-settings and neither in mouse and touchpad in system settings. I've tried some commands in terminal but it's all crap. Dconf-editor doesn't react. How about solving this once and for all?

Comp: Dell inspiron N5110

xinput list:

⎡ Virtual core pointer                      id=2    [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
⎜   ↳ PS/2 Generic Mouse                        id=13   [slave  pointer  (2)]
⎣ Virtual core keyboard                     id=3    [master keyboard (2)]
    ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
    ↳ Power Button                              id=6    [slave  keyboard (3)]
    ↳ Video Bus                                 id=7    [slave  keyboard (3)]
    ↳ Video Bus                                 id=8    [slave  keyboard (3)]
    ↳ Power Button                              id=9    [slave  keyboard (3)]
    ↳ Sleep Button                              id=10   [slave  keyboard (3)]
    ↳ Laptop_Integrated_Webcam_HD               id=11   [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard              id=12   [slave  keyboard (3)]
    ↳ Dell WMI hotkeys                          id=14   [slave  keyboard (3)]

EDIT:

I think someone fixed it here on launchpad

Can someone explain the fix like I was a four year old idiot? (using precise pangolin)

Best Answer

Type this into the terminal:

synclient MaxTapTime=0

But it will only work for the session, unfortunately.

I have also found this which I have now tried myself

Essentially it is a way to put the synclient settings MaxTapTime=0 into an executable file (I personally don't like fixes which involve installing GUIs on lubuntu - the whole point of it is lightness.

I have now found that there is a way to get a .sh file to come on at startup in lubuntu see this thread where I asked about it.

If you type

>>synclient 

Into terminal. This will bring up all the possible settings for the touchpad, so you can potentially do more tweaking.