Package Details: libinput-gestures 2.79-1

Git Clone URL: https://aur.archlinux.org/libinput-gestures.git (read-only, click to copy)
Package Base: libinput-gestures
Description: Actions gestures on your touchpad using libinput
Upstream URL: https://github.com/bulletmark/libinput-gestures
Keywords: gestures libinput multitouch touchpad
Licenses: GPL-3.0-or-later
Conflicts: libinput-gestures-git
Submitter: bulletmark
Maintainer: bulletmark
Last Packager: bulletmark
Votes: 98
Popularity: 0.92
First Submitted: 2016-08-14 04:06 (UTC)
Last Updated: 2025-01-30 05:04 (UTC)

Dependencies (5)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

labaman commented on 2022-08-11 13:55 (UTC)

Found a conflict with touchegg (the default backend for the X11-gestures Gnome extension). When these two packages are installed and running at the same time, gesture processing in Gnome starts to slow down or hangs down altogether (e.g. switching workspace freezes halfway through the animation). Therefore, I suggest adding touchegg and touchegg-git to the conflicts.

bulletmark commented on 2020-11-17 22:29 (UTC)

@goetzc, 2.54 updates the README to make this clear and adds those 2 packages as optdepends. Thanks for the suggestion.

g360 commented on 2020-11-17 17:17 (UTC)

Hi @bulletmark. Those extra dependencies just removed (xdotool, wmctrl) as part of the 2.53 update should be re-added but as optdepends, as the gestures tool still can make use of those (my local setup broke), and even on the README it's mentioned as part of the installation.

Thanks

yochananmarqos commented on 2019-12-18 01:51 (UTC)

Ah, I see. Well, nevermind then.

bulletmark commented on 2019-12-17 23:36 (UTC) (edited on 2019-12-17 23:36 (UTC) by bulletmark)

@yochananmarqos, that "make check" is for my developer use and the output only makes sense to a developer like me. It is used to pre-check code etc before I submit a new update to github. It is inappropriate to add that as a forced check that makepkg runs every time any user installs this package, which is what you are suggesting.

yochananmarqos commented on 2019-12-17 21:19 (UTC)

The Makefile supports check:

checkdepends=('flake8' 'shellcheck' 'vermin')
check() {
    cd "$pkgname-$pkgver"
    make check
}

bulletmark commented on 2019-09-06 23:19 (UTC)

@luntik2012 there is no such literal quote in the README. Raise an issue in the proper place, i.e. at https://github.com/bulletmark/libinput-gestures/issues if you can be bothered to write a clearer description of your problem. BE SURE to follow the instructions in the trouble shooting section first.

luntik2012 commented on 2019-09-06 18:52 (UTC)

please, add info about necessary restart to README.md, it's really confusing when you say "just add user to input group and everything will work" and it does not

wanted to create duplicate issue on github, but fcking ms added some email confirmations, so i will not log in

stepovic commented on 2018-06-19 12:42 (UTC)

Sure thing, just wanted to comment for people with the same issue. All other touchpad events worked just fine (right click with two fingers, middle click with three..), except the three-finger swipes. So one might think it might be related to this package.

bulletmark commented on 2018-06-19 12:35 (UTC) (edited on 2018-06-19 12:58 (UTC) by bulletmark)

@stepovic, it is more appropriate to raise a bug on github than here. However, it is a bug in libinput 1.11.1, not libinput-gestures (type libinput list-devices and it core dumps) so I guess they will fix that quickly.

Edit: I raised a bug on libinput: https://gitlab.freedesktop.org/libinput/libinput/issues/50