** Changed in: unity-2d
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-2d in Ubuntu.
Matching subscriptions: dp-unity2d
https://bugs.launchpad.net/bugs/978659
Title:
Four finger tap does not open the Dash
Status in Unity 2D:
Fix Released
Status in “unity-2d” package in Ubuntu:
New
Status in “unity-2d” source package in Precise:
New
Bug description:
Test case:
1. Open unit-2d on a multi-touch device
2. Use the four finger tap
-> The dash should open
===
Four finger tap does not open the Dash in current Precise. The code
path is as follows.
First the user taps with four fingers. Geis detects this and calls
void GestureHandler::gestureUpdate. It then calls toggleDash(). I have
verified with logging functions that the gesture is properly delivered
and the code does call toggleDash.
The Dash does not open, though. Instead this text is printed to the
console 12 times:
unity-2d-shell: [WARNING]
QDBusError("org.freedesktop.DBus.Error.UnknownMethod", "No such
interface `org.ayatana.bamf.view' on object at path
/org/ayatana/bamf/window75497474")
To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-2d/+bug/978659/+subscriptions
--
Mailing list: https://launchpad.net/~desktop-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help : https://help.launchpad.net/ListHelp