lorenzodelarocha / touchegg

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

Any plan to integrate to KDE? #188

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Sorry for disturbing and thanks for your time reading :)

Original issue reported on code.google.com by bai...@gmail.com on 23 Jan 2013 at 10:00

GoogleCodeExporter commented 8 years ago
It is there a fork of Touchégg in the KDE repository:
https://projects.kde.org/projects/playground/base/gestures-kde/repository

I don't know what is the current state of the fork, but there are people 
working on that.

Original comment by jose.exposito89@gmail.com on 23 Jan 2013 at 12:06

GoogleCodeExporter commented 8 years ago
Indeed. I managed to install Fedora 17 packages on Fedora 18. But any 1-3 
figures won't be passed to TouchEgg, 4-5 figures can be work with touch egg :(.

And so scenario we get error can not deploy gesture parser, or whatever similar.

It's really need DE integration. 

Original comment by bai...@gmail.com on 13 Feb 2013 at 9:27

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/touchegg/wiki/FAQ

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

Original comment by jose.exposito89@gmail.com on 13 Feb 2013 at 11:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thanks!!!!

It now seems only the figures 3 PINCH resize window works, but move window do 
NOT work.

synclient MaxTapTime=180
synclient MaxTapMove=300
synclient MaxDoubleTapTime=200
synclient SingleTapTimeout=180
synclient ClickTime=100
synclient FastTaps=0
synclient EmulateMidButtonTime=0
synclient EmulateTwoFingerMinZ=282
synclient EmulateTwoFingerMinW=7
synclient VertScrollDelta=160
synclient HorizScrollDelta=160
synclient VertTwoFingerScroll=1
synclient HorizTwoFingerScroll=1
synclient TapButton1=3
synclient TapButton2=1
synclient TapButton3=2
synclient ClickFinger1=1
synclient ClickFinger2=3
synclient ClickFinger3=2

synclient TapButton2=0
synclient TapButton3=0
synclient ClickFinger2=0
synclient ClickFinger3=0
synclient HorizTwoFingerScroll=0
synclient VertTwoFingerScroll=0
source ~/touchegg.bash

Original comment by bai...@gmail.com on 18 Sep 2013 at 1:10

Attachments:

GoogleCodeExporter commented 8 years ago
It seems that it's 3 fingers "DRAG" and sending MOVE_WINDOW, but it works as 
resize windows...

Please note the config tells 3 fingers PINCH, ALL DIRECTION --- resize window.

3 finders DRAG Left and right --- move window.

        Gesture Update 0 "Drag" 

        Gesture Finish 
[+] New gesture: 
        Type      ->  "DRAG" 
        Fingers   ->  3 
        Direction ->  "LEFT" 
        Action    ->  "MOVE_WINDOW" 
        App Class ->  "Dolphin" 
        Gesture Start 
        Gesture Update 0 "Drag" 
        Gesture Update 0 "Drag" 

Original comment by bai...@gmail.com on 19 Sep 2013 at 2:09

GoogleCodeExporter commented 8 years ago
It looks like all is working as expected, and your configuration file looks 
fine too. Could you try to comment the resize window entry in your 
configuration file and check that all works fine please? Probably this will be 
the problem.

Original comment by jose.exposito89@gmail.com on 19 Sep 2013 at 2:34

GoogleCodeExporter commented 8 years ago
Thanks!!!!!

But it doesn't work. Did what you asked, keep move and remove resize, the MOVE 
action works as RESIZE...

Original comment by bai...@gmail.com on 30 Sep 2013 at 11:53

GoogleCodeExporter commented 8 years ago
It looks like the PINCH actions don't work at all. Properbly, it's the problem 
of my platform - KDE 4.10 + Fedora 18 + touchegg of fedora 17...

Original comment by bai...@gmail.com on 30 Sep 2013 at 11:56