1

I installed Ubuntu 14.04 on my thinkpad yoga, and touch worked out of the box (Thank you devs). But I can't figure out how to configure more gestures.

Does anyone know what software is being used by default?

I've seen on some posts there's some hardcoded gestures in Unity. Is this getting in the way of ginn/others to capture the touchevents? Can anyone clarify? How can I make sure I am in control of the gestures?

Zanna
  • 70,465
Dexter
  • 21
  • Note: The ubuntu-touch tag is ONLY for tablet/phone development branch (for the moment). – david6 Sep 16 '14 at 07:35
  • Ah, Yeah. I noticed it's really hard to find any information about multitouch/touch on laptops, since ubuntu called it's phone os touch :S – Dexter Sep 16 '14 at 07:54
  • Try touchscreen related questions. – david6 Sep 16 '14 at 08:19
  • 1
    Appearantly ginn has been broken for 2 years? https://bugs.launchpad.net/ubuntu/+source/ginn/+bug/985121 This is the issue I'm encountering – Dexter Sep 16 '14 at 08:41
  • And unfortunately the touch/gesture code experts are focused on Ubuntu Touch for the next few weeks/months (until ubuntu-rtm build is shipped). – david6 Sep 16 '14 at 08:45

1 Answers1

1

So the status of touch on laptops is that Ubuntu ships with hardcoded gestures in 14.04.

I've disabled the gestures as described in this post: Disable unity gestures. But it requires building unity.

Dexter
  • 21