lorenzodelarocha / touchegg

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

utouch no longer available in Ubuntu Quantal #169

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
trying to install/compile in Ubuntu quantal (12.10b1), but the utouch packages 
have been deprecated.

Original issue reported on code.google.com by Edward.P...@gmail.com on 25 Sep 2012 at 2:49

GoogleCodeExporter commented 8 years ago
I think that this is the right package:
http://packages.ubuntu.com/quantal/utouch

What problem do you have with "sudo apt-get install utouch"? Can you paste the 
output please?

Original comment by jose.exposito89@gmail.com on 25 Sep 2012 at 3:19

GoogleCodeExporter commented 8 years ago
btw, I have installed in Ubuntu Quantal by forcing install without deps (GEIS 
is installed on my system) , however I get a segfault when trying to run the 
software

Original comment by Edward.P...@gmail.com on 25 Sep 2012 at 3:28

GoogleCodeExporter commented 8 years ago
the packages have been removed from Ubuntu's repos for Quantal (12.10)

Original comment by Edward.P...@gmail.com on 25 Sep 2012 at 3:29

GoogleCodeExporter commented 8 years ago
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 utouch : Depends: libutouch-grail-dev but it is not installable
          Depends: utouch-grail-tools but it is not installable
          Depends: libutouch-geis-dev but it is not installable
          Depends: libutouch-geis-doc but it is not installable
          Depends: utouch-geis-tools but it is not installable

Original comment by Edward.P...@gmail.com on 25 Sep 2012 at 3:30

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
geis-tools is installed by default on quantal, I can run geisview and it gives 
me a readout (also, running geisview broke what meager 3-finger support I 
already had, ran it because an ubuntu member in the forum told me to- before 
running it I had 3-finger tap, now nothing)

Original comment by Edward.P...@gmail.com on 25 Sep 2012 at 3:32

GoogleCodeExporter commented 8 years ago
I'm sorry but I can not help with this, looks like a consistency problem in 
your installation or problems with the Ubuntu beta. Try to ask in the uTouch 
mailing list.

Original comment by jose.exposito89@gmail.com on 25 Sep 2012 at 3:35

GoogleCodeExporter commented 8 years ago
In Quantal (12.10) the utouch packages have been renamed, ie: utouch-geis is 
now geis, etc. I checked out an SVN copy of Touchegg and updated the geis 
package name on line 4 of touchegg.pro, and I can successfully compile and run 
touchegg. All my gestures are working fine. Running 12.10 beta with everything 
updated.

Original comment by christop...@gmail.com on 18 Oct 2012 at 5:55

GoogleCodeExporter commented 8 years ago
Got it compiled and installed, thanks, but I still get a segfault when trying 
to run. (as soon as the config file loads)

Original comment by Edward.P...@gmail.com on 18 Oct 2012 at 8:32

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I've able to compile latest 1.1.1 on ubuntu 12.10 but get the same problem with 
segfault. 

Original comment by volk.vas...@gmail.com on 21 Oct 2012 at 10:01

Attachments:

GoogleCodeExporter commented 8 years ago
Can you attach your configuration and test with the default configuration 
please?

In the trace I can see:

write(2, "Error reading configuration, ple"..., 55) = 55

This is the default configuration:
http://code.google.com/p/touchegg/source/browse/touchegg/installation/touchegg.c
onf

Original comment by jose.exposito89@gmail.com on 21 Oct 2012 at 10:14

GoogleCodeExporter commented 8 years ago
O! I've tried with example config file and programm starts! But nothing 
grabbing but starts.)

Original comment by volk.vas...@gmail.com on 21 Oct 2012 at 10:25

GoogleCodeExporter commented 8 years ago
Excellent. Please, check the FAQ and the wiki to know If your device is 
supported

Original comment by jose.exposito89@gmail.com on 21 Oct 2012 at 10:46

GoogleCodeExporter commented 8 years ago
how do i compile it? im new to ubuntu please bear with me. coming from mac i 
really wanna be able to keep two finger scroll...i have been trying to figure 
it out but no luck. i do gpointing and u touch in synaptic package but i dont 
know how to install them

Original comment by amzoug.l...@gmail.com on 11 Dec 2012 at 2:29

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

Original comment by jose.exposito89@gmail.com on 11 Dec 2012 at 10:02

GoogleCodeExporter commented 8 years ago
I have tried to compile this from source too know and I get the error message 
"In file included from src/touchegg/config/Config.h:24:0,
                 from src/touchegg/config/Config.cpp:21:
./src/touchegg/util/Include.h:36:31: fatal error: geis/geis.h: No such file or 
directory"
What were you suppose to change in touchegg.pro?
I have geis installed, I can see my touchpad in geistest..

I've looked up the api calls on developer.ubuntu.com but changing include 
geis/geis.h to geis/geisimpl.h (that was what the example code used) didn't 
change a thing..

Please help me :)

Original comment by jasso...@gmail.com on 4 Jan 2013 at 4:51

GoogleCodeExporter commented 8 years ago
Did you run $ sudo apt-get build-dep touchegg ?? You need the libgeis-dev 
package

Original comment by jose.exposito89@gmail.com on 5 Jan 2013 at 4:12

GoogleCodeExporter commented 8 years ago
Well apparently the touchegg source package is not in my repos.. 

Apt is unable to find a source package for touchegg.. 
However installing the libgeis-dev worked well! 
Thank you so much for the help :) 

Original comment by jasso...@gmail.com on 5 Jan 2013 at 5:00

GoogleCodeExporter commented 8 years ago
i'm also having a problem when installing touchegg. this is what happens

xxx@xxx:~$ qmake
xxx@xxx:~$ make
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB 
-DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. 
-ITransferências/touchegg-1.1.1/src/touchegg 
-ITransferências/touchegg-1.1.1/src/touchegg/config 
-ITransferências/touchegg-1.1.1/src/touchegg/windows 
-ITransferências/touchegg-1.1.1/src/touchegg/actions/factory 
-ITransferências/touchegg-1.1.1/src/touchegg/actions/implementation 
-ITransferências/touchegg-1.1.1/src/touchegg/actions/types 
-ITransferências/touchegg-1.1.1/src/touchegg/gestures/collector 
-ITransferências/touchegg-1.1.1/src/touchegg/gestures/factory 
-ITransferências/touchegg-1.1.1/src/touchegg/gestures/handler 
-ITransferências/touchegg-1.1.1/src/touchegg/gestures/implementation 
-ITransferências/touchegg-1.1.1/src/touchegg/gestures/types -I. -o Main.o 
Transferências/touchegg-1.1.1/src/touchegg/Main.cpp
Transferências/touchegg-1.1.1/src/touchegg/Main.cpp:20:35: fatal error: 
src/touchegg/Touchegg.h: No such file or directory
compilation terminated.
make: *** [Main.o] Error 1
xxx@xxx:~$ sudo make install
make: Nothing to be done for `install'.

any thoughts?

Original comment by jc.joao....@gmail.com on 21 Jan 2013 at 7:52

GoogleCodeExporter commented 8 years ago
Try re-downloading the touchegg source for Quantal from ToucheEgg's site ... 
should be version > 1.1.1, which compiles without problems --- touchegg runs 
just fine with this one.

Original comment by braxner....@gmail.com on 13 Feb 2013 at 2:17

GoogleCodeExporter commented 8 years ago
I've installed libgeis-dev but still get the segmentation fault.What d we have 
to change in touchegg.pro

Original comment by ys13k1...@gmail.com on 28 Mar 2013 at 3:42