Fedora Xfce Tap to Click
Posted by Jim on 15 November 2011
I mentioned in the last post that I had problems getting tap to click to work on the touchpad of my netbook. It is running Fedora 16 Xfce 4.8 spin. I found a number of guides on line that required editing of or the creation of various files. These all had the same result, X wouldn’t start. The answer was very simple.
I found that using synclient in a terminal worked. The command was ‘synclient TapButton1=1′. However it needed to be rerun on each restart so a more permanent answer was required. A couple of guides suggested creating a script in ~/.config/xfce4/ but that didn’t work for me. It appeared the script wasn’t being run. So I created a Application Autostart in Session and Startup with the synclient command above as the command and it worked. Problem solved.


Lorennzo said
Thanks for the tip worked perfectly on xfce on debian
Jim said
My pleasure