Three finger tap middle click does not work on Ubuntu 15.04

Bug #1458732 reported by fuelrod
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Unity
New
Undecided
Unassigned
unity (Ubuntu)
New
Undecided
Unassigned

Bug Description

In 14.10 a three finger tap on a touch-pad was recognised as a middle click. In 15.04 this is no longer the case. It appears to get swallowed up waiting for the various three finger gestures listed here: https://wiki.ubuntu.com/Multitouch

Revision history for this message
fuelrod (danielhodder) wrote :

Three finger swipe left and right which used to be back and forwards also appears to no longer work.

Revision history for this message
fuelrod (danielhodder) wrote :

Removing (commenting) the following section in plugins/unityshell/src/unityshell.cpp also does not restore the gestures and taps (even though it removed the unity bindings to the three finger taps)

4025 gestures_sub_windows_.reset(new nux::GesturesSubscription);
4026 gestures_sub_windows_->SetGestureClasses(nux::TOUCH_GESTURE
4027 | nux::DRAG_GESTURE
4028 | nux::PINCH_GESTURE);
4029 gestures_sub_windows_->SetNumTouches(3);
4030 gestures_sub_windows_->SetWindowId(GDK_ROOT_WINDOW());
4031 gestures_sub_windows_->Activate();

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.