I installed the dependencies: wmctrl & xdotool
Then installed libinput-gestures & gestures
But then libinput-gestures won't start on boot
so I tried:
╰─λ libinput-gestures-setup autostart
Systemd service is not available.
But I get the above error
Also,
I have to always have to run gestures app as root, otherwise I get the error: can not read configuration file, please check permissions
How can I open it without root permissions?
Sorry I didn’t mention it before, I had already done that.
&
╭─austin@Austin in ~ took 20ms
[🔴] × sudo libinput-gestures-setup service
[sudo] password for austin:
Non-installation commands must be run as your own user.
╭─austin@Austin in ~ took 1s
[🔴] × libinput-gestures-setup service
Systemd not available, can not run as service.
Maintainer: Librewish <librewish@gmail.com>
pkgname=input-devices-support
pkgdesc="Metapkg for commonly used input devices such as fingerprint sensors or Wacom tablets"
pkgver=1.0.1
pkgrel=1
arch=('any')
url="https://wiki.archlinux.org/index.php/Category:Input_devices"
license=('GPL')
pkgdesc="Meta package for input devices support."
source=("libinput-gestures.desktop")
depends=("android-udev"
"bolt"
"brightnessctl"
"fprintd"
"game-devices-udev"
"iio-sensor-proxy"
"libinput-gestures"
"linuxconsole"
"v4l-utils"
"xdotool"
"xf86-input-elographics"
"xf86-input-evdev"
"xf86-input-libinput"
"xf86-input-void"
"xf86-input-wacom")
optdepends=('piper: GTK application to configure gaming mice'
'antimicrox: GUI for mapping keyboard keys to controller'
'plasma-thunderbolt: Plasma integration for managing Thunderbolt devices')
install=$pkgname.install
package() {
install -d $pkgdir/etc/xdg/autostart
cp -rf $srcdir/libinput-gestures.desktop $pkgdir/etc/xdg/autostart
}
sha256sums=('f3004dad807dda03d153828f2dfff7c65f69b308af26f2febac50a388d445def')
cp -rf $srcdir/libinput-gestures.desktop $pkgdir/etc/xdg/autostart in the install script seems to do the autostart stuff, but even after a reboot it doesn't work.
When I tried to do it manually( cp -rf $srcdir/libinput-gestures.desktop $pkgdir/etc/xdg/autostart), it seems that $srcdir/libinput-gestures.desktop doesn't exist,.
Then I checked /etc/xdg/autostart and there I found libinput-gestures.desktop file which was a symlink and pointed to /home/main-builder/pkgwork/libinput-gestures.desktop, which too didn't exist.
But if it doesn't work for me it shouldn't either work with other curated editions. Is it that you install it some other way or is it that I am missing some steps
Double fail on your part for not providing all the required information on your issue. You’ve been a member of the forum for a long time and you should be well aware of what is required when opening a help request.
Go to your room without dinner, and I’m cutting off your wifi access for the night as well. Let that be a lesson to you.