JoseExposito / touchegg

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

Touchegg doesn't work on Kubuntu 22.04 #592

Closed pourmand1376 closed 2 years ago

pourmand1376 commented 2 years ago

Describe the bug

I have installed and configured touchegg 2.0.14 and It simply doesn't do anything. It detects everything I do but I doesn't actually do anything (previously I got this working on Ubuntu, Fedora, Manjaro and I haven't had this error).

$ touchegg --debug
Touchégg v2.0.14.
Starting Touchégg in client mode
Parsing your configuration file...
Using configuration file "/home/amir/.config/touchegg/touchegg.conf"
Configuration parsed successfully
Connecting to Touchégg daemon...
Connection with Touchégg established
Gesture begin detected
    Gesture information:
        Fingers: 3
        Type: SWIPE
        Direction: UP
    Gesture performed on app: kitty
    Action configured for this gesture
    Starting action
Gesture update detected (0.703708%)
Gesture update detected (1.1807%)
Gesture update detected (1.67605%)
Gesture update detected (2.17139%)
Gesture update detected (2.59335%)
Gesture update detected (2.99696%)
Gesture update detected (3.36388%)
Gesture update detected (3.6941%)
Gesture update detected (3.96929%)
Gesture update detected (4.22614%)
Gesture update detected (4.42794%)
Gesture end detected
Gesture begin detected
    Gesture information:
        Fingers: 3
        Type: SWIPE
        Direction: UP
    Gesture performed on app: kitty
    Action configured for this gesture
    Starting action
Gesture update detected (0.722054%)
Gesture update detected (1.16236%)
Gesture end detected

Your environment

JoseExposito commented 2 years ago

Hi!

How did you installed it? It looks like it is a problem with a mismatching libinput version, see: https://github.com/JoseExposito/touchegg/issues/567

Installing from PPA should fix it.

pourmand1376 commented 2 years ago

Thanks. I installed via PPA and the problem is solved.