bulletmark / libinput-gestures

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

"libinput-gestures failed to start as a desktop application" on linux mint 21 #349

Closed wolfdael closed 1 year ago

wolfdael commented 1 year ago

I used the following code below in the order mentioned below. $ python3.10 --version command gives 3.10.6. So python is also installed.

sudo gpasswd -a $USER input #made sure to reboot after this command
sudo apt-get install wmctrl xdotool

git clone https://github.com/bulletmark/libinput-gestures.git
cd libinput-gestures
sudo ./libinput-gestures-setup install

libinput-gestures-setup autostart start #this gives the error in the title

libinput-gestures-setup status

#libinput-gestures is installed.
#libinput-gestures is set up as a desktop application.
#libinput-gestures is not currently running.
#libinput-gestures is set to autostart as a desktop application.
#libinput-gestures is using default configuration file.

What am I failing to understand here?

bulletmark commented 1 year ago

Please follow the instructions in the TROUBLESHOOTING section.

bulletmark commented 1 year ago

No response from OP so closing.