(Solved) Tap to click on touchpad no longer works (Asus, xf

Archived topics about LMDE 1 and LMDE 2
Locked
ellipse55

(Solved) Tap to click on touchpad no longer works (Asus, xf

Post by ellipse55 »

Hi all,

I've just had the big upgrade (5 - 1500 packages approx.) on my lmde xfce system (on an ASUS a52f laptop) and tapping to click on the touchpad no longer works. Two-finger scrolling and moving the cursor around do still work fine. I've tried using gpointing-device-settings (with sudo) but I get an error message when launching the program (it does launch anyway) and after executing: "An X error occurred. The error was BadAtom (invalid Atom parameter)." Would somebody have an an idea on how I could solve this problem...

Thanks in advance for all responses.
Pierre.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
xircon

Re: Tap to click on touchpad no longer works (Asus, xfce lmd

Post by xircon »

Hmmm, what does:

Code: Select all

synclient tapbutton1=1 
return?
ellipse55

Re: Tap to click on touchpad no longer works (Asus, xfce lmd

Post by ellipse55 »

It returns perfection! It has solved the problem. Many thanks!

Best,
Pierre.
mortan

Re: (Solved) Tap to click on touchpad no longer works (Asus,

Post by mortan »

Thank you very much!
Worked here aswell.

Is there any need to redo this each boot?
Is there any chance for automation?

Thank you,
mortan
xircon

Re: (Solved) Tap to click on touchpad no longer works (Asus,

Post by xircon »

Write a script:

Code: Select all

#!/bin/bash
synclient tapbutton1=1 
Add to start up programs... How, depends on your Desktop Environment.

Cheers

Steve
Locked

Return to “LMDE Archive”