Hi Jussi. I'm testing over the Beta of Precise. About my configuration:

$ xinput | grep Trackpad
⎜   ↳ Apple Wireless Trackpad                   id=10   [slave  pointer  (2)]

# 3 fingers gestures

$ xinput list-props 10 | grep "Synaptics Tap Action"
        Synaptics Tap Action (479):     2, 3, 0, 0, 1, 2, 0

$ synclient | grep TapButton3
    TapButton3              = 0

$ xinput list-props 10 | grep "Synaptics Click Action"
        Synaptics Click Action (568):   1, 3, 0

$ synclient | grep ClickFinger3
    ClickFinger3            = 0

# 2 fingers gestures

$ xinput list-props 10 | grep "Synaptics Two-Finger Scrolling"
        Synaptics Two-Finger Scrolling (481):   0, 0

$ synclient | grep VertTwoFingerScroll
    VertTwoFingerScroll     = 0

$ synclient | grep HorizTwoFingerScroll
    HorizTwoFingerScroll    = 0

$ xinput list-props 10 | grep "Synaptics Tap Action"
        Synaptics Tap Action (479):     2, 0, 0, 0, 0, 0, 0

$ synclient | grep TapButton2
    TapButton2              = 0


When I try to execute the attached code I have:

+touch 0
  "touch id":X Error of failed request:  BadValue (integer parameter out of 
range for operation)
  Major opcode of failed request:  141 (XInputExtension)
  Minor opcode of failed request:  53 ()
  Value in failed request:  0x17
  Serial number of failed request:  54
  Current serial number in output stream:  58

And it crahses all the time. Anyway, in Touchegg I'm able to get 3, 4
and 5 gestures (not 2), but some fields like the gesture type are "n/a"
making impossible recognize it...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/853958

Title:
  Tap subscription in a window hides a drag subscription in the root
  window

To manage notifications about this bug go to:
https://bugs.launchpad.net/utouch-geis/+bug/853958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to