JoseExposito / touchegg

Linux multi-touch gesture recognizer
GNU General Public License v3.0
3.66k stars 169 forks source link

GDK error updating touchegg from AUR #575

Closed haug1 closed 2 years ago

haug1 commented 2 years ago

Trying to update from the AUR I keep getting this error and I'm not sure what to do:

/home/main/Downloads/touchegg/src/touchegg-2.0.14/src/utils/color.cpp:25:10: fatal error: gdk/gdk.h: No such file or directory
   25 | #include <gdk/gdk.h>

The touch screen also stopped working at some point, I'm not sure when, maybe when I uninstalled xf86-video-intel, I'm not sure. Anyway it could be that I uninstalled some dependency I don't know about, but every other GUI program installs and runs fine.

Is it possibly an issue with touchegg? I don't know, please help

parkerlreed commented 2 years ago

gdk.h is part of gtk2/gtk3. Make sure you have that installed.

JoseExposito commented 2 years ago

As mentioned, you'd need to install GTK 3