I was using Moneydance, a java-based application and when scrolling through an Income/Expense report with two fingers via the trackpad, many windows popped open. This is the same behavior as double clicking, and it happened for any item my cursor passed as I scrolled.
I started a bug report with Moneydance and was advised to try things with jEdit. I did and see that jEdit is picking up even resting two fingers on the trackpad as a click event of some sort.
This does not happen on an HP8540w running the same setup.
My setup:
- Arch Linux x86_64
- Macbook 2,1
- xf86-input-synaptics version 1.4.1-1
- xorg-server version 1.10.3.901-1
- java 1.7.0
/etc/X11/xorg.conf.d/10-synaptics.conf:
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "TapButton1" "1"
Option "TapButton2" "2"
Option "TapButton3" "3"
Option "VertEdgeScroll" "off"
Option "VertTwoFingerScroll" "on"
Option "HorizEdgeScroll" "off"
Option "HorizTwoFingerScroll" "on"
EndSection
Any suggestions? The touchpad works fine everywhere else... I'm really puzzled as to why java apps are having problems with it. I'm happy to provide more information; just request it.