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(); -- You received this bug notification because you are a member of DX Packages, which is subscribed to unity in Ubuntu. Matching subscriptions: dx-packages https://bugs.launchpad.net/bugs/1458732 Title: Three finger tap middle click does not work on Ubuntu 15.04 Status in Unity: New Status in unity package in Ubuntu: New 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 To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1458732/+subscriptions -- Mailing list: https://launchpad.net/~dx-packages Post to : dx-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~dx-packages More help : https://help.launchpad.net/ListHelp