Closed GoogleCodeExporter closed 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
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
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
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
[deleted comment]
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
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
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
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
[deleted comment]
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:
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
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
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
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
http://code.google.com/p/touchegg/wiki/CompileSourceCode
Original comment by jose.exposito89@gmail.com
on 11 Dec 2012 at 10:02
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
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
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
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
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
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
Original issue reported on code.google.com by
Edward.P...@gmail.com
on 25 Sep 2012 at 2:49