lorenzodelarocha / touchegg

Automatically exported from code.google.com/p/touchegg
0 stars 0 forks source link

Pinch always out #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi ! Sorry if the issue has been raised before, I did not see anything on this 
site (maybe in Spanish, but even being a French, my understand as some 
limitations... ^^)

First, thank you José for your job with Touchegg, it's a very nice software !

I did managed to get Touchegg working pretty well (SVN-173 version on Kubuntu 
12.04 and disabling 2 and 3 fingers in Synaptics before launching Touchegg, 
everything is fine).

However, when I try to pinch, Touchegg always pinch "out" whatever the 
direction of my pinch. This is true for 2 and 3 fingers (did not test further).

Rotate seems to work OK, but I can't use for the zoom it because it is messing 
up with drag for 2 fingers...

Is there something I'm doing wrong ? Thanks in advance for any help !

Original issue reported on code.google.com by pfl...@gmail.com on 16 Oct 2012 at 7:12

Attachments:

GoogleCodeExporter commented 8 years ago
Looks like is a problem with the last 12.04 uTouch changes.

(tecnical details) In previous versions the direction of the pinch was 
stablished on the "start" event of the gesture. Currently it looks like is 
neccessary to check again in the "update" event. 

I'll try to test this bug (and others) this weekend in Ubuntu 12.10...

Original comment by jose.exposito89@gmail.com on 16 Oct 2012 at 8:52

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 16 Oct 2012 at 8:52

GoogleCodeExporter commented 8 years ago
It looks like geis always returns GEIS_GESTURE_ATTRIBUTE_RADIUS_DELTA > 0
I have reported this bug:
https://bugs.launchpad.net/geis/+bug/1069515

Original comment by jose.exposito89@gmail.com on 21 Oct 2012 at 8:03

GoogleCodeExporter commented 8 years ago
Thanks ! I've marked me as affected as well on Launchpad.

Original comment by pfl...@gmail.com on 22 Oct 2012 at 7:04

GoogleCodeExporter commented 8 years ago
Same problem with Ubuntu 12.10. In Gnome Shell 3.6, touchegg doesn't recognize 
2 finger moves. I also disabled all 2 finger moves in the systemsettings.

Do I have to disable anything else?

Original comment by andyscho...@gmail.com on 23 Oct 2012 at 6:15

Attachments:

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
The same problem with 3 or more finger gestures??

Original comment by jose.exposito89@gmail.com on 23 Oct 2012 at 6:20

GoogleCodeExporter commented 8 years ago
No, only 2 finger gestures are not recognized.

Original comment by andyscho...@gmail.com on 23 Oct 2012 at 7:39

GoogleCodeExporter commented 8 years ago
I got it. I found this in this thread 
http://code.google.com/p/touchegg/issues/detail?id=171

synclient TapButton2=0
synclient TapButton3=0
synclient ClickFinger2=0
synclient ClickFinger3=0
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0

Now, only the 2 finger pinch doesn't work (2 finger scrolling in all directions 
works very well now).

Original comment by andyscho...@gmail.com on 23 Oct 2012 at 7:46

GoogleCodeExporter commented 8 years ago
...and also none of the following gestures works (2-5 fingers):

- rotate
- tap & hold
- double tap

Maybe this all comes from the same bug?

Original comment by andyscho...@gmail.com on 23 Oct 2012 at 8:55

GoogleCodeExporter commented 8 years ago
About tap and hold and souble tap ensure to set the composed gesture time (in 
your configuration file) around 700. This is the time that you have between the 
first tap and the second tap/drag.

I'll test the rotate gesture.

Original comment by jose.exposito89@gmail.com on 24 Oct 2012 at 9:27

GoogleCodeExporter commented 8 years ago
Thank you for this hint. Now "Double Tap" and "Tap & Hold" is working. Now I 
tested some more. What's not working (summary):
- pinch in (fingers 2-5)
- 4 finger tap, double tap, tap & hold 
- rotate (fingers 2-5)

4 finger drag is working right. And also 2,3 or 5 finger tap/drag is working - 
strang...

Original comment by andyscho...@gmail.com on 24 Oct 2012 at 2:54

GoogleCodeExporter commented 8 years ago
Can you attach your configuration file please?

Original comment by jose.exposito89@gmail.com on 24 Oct 2012 at 4:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
No, my notebook is out for repairing now. I will give you more feedback when 
it's back. Sorry!

Original comment by andyscho...@gmail.com on 24 Oct 2012 at 5:07

GoogleCodeExporter commented 8 years ago
I can confirm that "pinch in" does not work, but rotation and 4 finger tap 
works. Make sure that you have an action with this gesture configured in your 
touchegg.conf, otherwise touchegg doesn't recognise it.

Original comment by topeter...@gmail.com on 10 Nov 2012 at 9:07

GoogleCodeExporter commented 8 years ago
Hi,
I've got the same problems. Rotate isn't recognized. I got it to work, when 
there is no drag gesture for the corresponding finger count, so it seems that 
both gesture are disturbing each other. But, it does not work anymore. I don't 
know why, it just stopped working.

Original comment by julian.s...@googlemail.com on 11 Nov 2012 at 2:00

GoogleCodeExporter commented 8 years ago
Looks like this was caused by Geis commit 253.2.3 which was made to fix: 
https://launchpad.net/bugs/986215

It looks like the new behaviour is intentional, so 
GEIS_GESTURE_ATTRIBUTE_RADIUS_DELTA should now be handled as a ratio.

Original comment by jonat...@woaf.net on 11 May 2013 at 3:34

GoogleCodeExporter commented 8 years ago

Original comment by jose.exposito89@gmail.com on 1 Aug 2013 at 2:31

GoogleCodeExporter commented 8 years ago
Not sure why this his timed out, but the issue still exists for me in Ubuntu 
13.04 with synaptic driver.
Pinch out works, pinch in not - will always pinch out. Everything else seem to 
work as expected.
Using Apple Magic Trackpad.

Original comment by IngoRats...@gmail.com on 11 Sep 2013 at 11:11

GoogleCodeExporter commented 8 years ago
It's supposed that the bug is now solved. Please, try the new SVN code:
$ svn checkout http://touchegg.googlecode.com/svn/touchegg/ touchegg

Original comment by jose.exposito89@gmail.com on 1 Dec 2013 at 1:42

GoogleCodeExporter commented 8 years ago
I just rebuilt from svn (had to change all qt5 to qt4 in the makefile) but I 
still can't get a 3 finger pinch in to shrink. It sometimes causes the window 
to grow but that's it. Pinch out sort of works. I think one of my problems is 
that I have 3 finger pinch and drag and the gesture looks like both. However, I 
temporarily disabled the drags and it did not help the pinch operation.

Original comment by al.willi...@awce.com on 1 Dec 2013 at 7:55