bulletmark / libinput-gestures

Actions gestures on your touchpad using libinput
3.93k stars 241 forks source link

Fedora 35 KDE libinput-gestures failed to start as a desktop application. #327

Closed illeatmyhat closed 2 years ago

illeatmyhat commented 2 years ago

In a more-or-less fresh install, simply following the instructions will lead to

libinput-gestures failed to start as a desktop application.

It turns out that this is because the packaging python package is not installed. To solve,

sudo dnf install python3-pip
pip install packaging

and then libinput-gestures-setup start should work correctly

bulletmark commented 2 years ago

Actually, the 2nd line in the installation section did say you have to install the packaging library.

However, I have realised that I can rework the code to avoid the need that library so I have removed it and released version 2.72.