I have a Lenovo T540P notebook with Ubuntu 14.04 up2date Installation. I try to enable 3, 4, 5 finger gestures but no success
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
touchegg (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Hello
I have a Lenovo T540P notebook with Ubuntu 14.04 up2date Installation. I try to enable 3, 4, 5 finger gestures but no success. I have made a small script to disable normal scrolling with touchpad:
#######
#!/bin/sh -x
synclient TapButton2=0
synclient TapButton3=0
synclient ClickFinger2=0
synclient ClickFinger3=0
synclient HorizTwoFingerS
synclient VertTwoFingerSc
#######
In the touchegg config file is this /home/username/
<touchégg>
<settings>
<property name="composed_
</settings>
<application name="All">
<gesture type="TAP" fingers="2" direction="">
<action type="MOUSE_
</gesture>
<gesture type="TAP" fingers="3" direction="">
<action type="MOUSE_
</gesture>
<gesture type="TAP" fingers="5" direction="">
<action type="CLOSE_
</gesture>
<gesture type="DRAG" fingers="2" direction="ALL">
<action type="SCROLL"
</gesture>
<gesture type="DRAG" fingers="3" direction="UP">
<action type="MAXIMIZE_
</gesture>
<gesture type="DRAG" fingers="3" direction="DOWN">
<action type="MINIMIZE_
</gesture>
<gesture type="DRAG" fingers="3" direction="LEFT">
<action type="MOVE_
</gesture>
<gesture type="DRAG" fingers="3" direction="RIGHT">
<action type="MOVE_
</gesture>
<gesture type="DRAG" fingers="4" direction="UP">
<action type="SEND_
</gesture>
<gesture type="DRAG" fingers="4" direction="DOWN">
<action type="SHOW_
</gesture>
<gesture type="PINCH" fingers="3" direction="ALL">
<action type="RESIZE_
</gesture>
<gesture type="PINCH" fingers="5" direction="ALL">
<action type="SEND_
</gesture>
</application>
<application name="Okular, Gwenview">
<gesture type="PINCH" fingers="2" direction="IN">
<action type="SEND_
</gesture>
<gesture type="PINCH" fingers="2" direction="OUT">
<action type="SEND_
</gesture>
<gesture type="ROTATE" fingers="2" direction="LEFT">
<action type="SEND_
</gesture>
<gesture type="ROTATE" fingers="2" direction="RIGHT">
<action type="SEND_
</gesture>
</application>
<application name="Chromium-
<gesture type="DRAG" fingers="2" direction="LEFT">
<action type="SEND_
</gesture>
<gesture type="DRAG" fingers="2" direction="RIGHT">
<action type="SEND_
</gesture>
</application>
</touchégg>
When i start the touchegg program in the terminal i got the following messages but no gestures working for me:
Reading config from "/home/
Try to make a multitouch gesture. If everything goes well the information about the gesture must appear
[+] Avaliable gesture:
Name -> Flick
[+] Avaliable gesture:
Name -> Drag
[+] Avaliable gesture:
Name -> Pinch
[+] Avaliable gesture:
Name -> Rotate
[+] Avaliable gesture:
Name -> Tap
[+] Avaliable gesture:
Name -> Touch
Please help me how to configure the system to get 3, 4, 5 finger gestures to work.
uname -a
Linux hostname 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
THX
Status changed to 'Confirmed' because the bug affects multiple users.