Public bug reported:

This usually isn't seen because gnome-settings-daemon overwrites the
setting once logged in. However, if g-s-d isn't used or isn't running,
the user will be left with the wrong setting.

This is due to a bad change in distro patch
104_always_enable_tapping.patch:

-    /* Enable tap if we don't have a phys left button */
-    tapButton1 = priv->has_left ? 0 : 1;
-    tapButton2 = priv->has_left ? 0 : 3;
-    tapButton3 = priv->has_left ? 0 : 2;
+    /* Enable tap */
+    tapButton1 = 1;
+    tapButton2 = 2;
+    tapButton3 = 3;

** Affects: xserver-xorg-input-synaptics (Ubuntu)
     Importance: Low
     Assignee: Chase Douglas (chasedouglas)
         Status: In Progress

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-input-synaptics in Ubuntu.
https://bugs.launchpad.net/bugs/973783

Title:
  Two touch tap defaults to middle button instead of right button click

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-synaptics/+bug/973783/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to     : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp

Reply via email to