iberianpig / xSwipe

Multitouch gestures with synaptics driver on X11, Linux
452 stars 56 forks source link

It just don't workout #29

Closed buschco closed 8 years ago

buschco commented 8 years ago

I followed all steps with getting an error and it don't work.

Thats my output wenn I start the script. colin@colin-dellxps13:~$ perl ~/xSwipe-master/xSwipe.pl Smartmatch is experimental at /home/colin/xSwipe-master/xSwipe.pl line 121.

init_synclient

@area_setting: [

' LeftEdge = 1583

',

' RightEdge = 5359

',

' TopEdge = 1371

',

' BottomEdge = 4481

'

]

$touchpad_size_h: 3110

$touchpad_size_w: 3776

$x_min_thredshould: '377.6'

$y_min_thredshould: 311

$inner_edge_left: '1708.86666666667'

$inner_edge_right: '5233.13333333333'

$inner_edge_top: 1682

$inner_edge_bottom: 4170

$session_name: 'ubuntu'

Please help me. I have a Dell XPS 13 running Ubuntu 14.04

iberianpig commented 8 years ago

please try below command

sudo apt-get install libmatch-simple-perl
AwanishKr commented 5 years ago

I am also getting the exact error, someone please reply if they have worked it out.