Skip to content

Instantly share code, notes, and snippets.

@kaajavi
Created May 31, 2016 13:06
Show Gist options
  • Save kaajavi/d514b05f25d68316910b7f115a2b0675 to your computer and use it in GitHub Desktop.
Save kaajavi/d514b05f25d68316910b7f115a2b0675 to your computer and use it in GitHub Desktop.
Multitouch screen on Kubuntu 16.04
$ sudo apt-get install build-essential libqt4-dev libgeis-dev libx11-6 libxtst-dev
En una carpeta persona:
$ git clone https://github.com/JoseExposito/touchegg.git
$ cd touchegg
$ qmake
$ make
$ sudo make install
Para que autoarranque:
$ cd ..
$ cd .config/autostart
$ touch touchegg.desktop
Agregarle al archivo con el editor de texto preferido las siguientes lineas:
[Desktop Entry]
Version=0.1
Name=Touchegg
GenericName=Touchégg
Comment=Touchégg Gestures Manager
Exec=/usr/bin/touchegg %u
Terminal=false
Type=Application
Listo, reiniciar sesion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment