Package Details: touchegg-nosystemd 2.0.17-1

Git Clone URL: https://aur.archlinux.org/touchegg-nosystemd.git (read-only, click to copy)
Package Base: touchegg-nosystemd
Description: Linux multi-touch gesture recognizer (with systemd support disabled)
Upstream URL: https://github.com/JoseExposito/touchegg
Licenses: GPL3
Conflicts: touchegg
Provides: touchegg, touchegg-doc
Submitter: jzbor
Maintainer: jzbor
Last Packager: jzbor
Votes: 0
Popularity: 0.000000
First Submitted: 2021-04-16 17:36 (UTC)
Last Updated: 2023-11-07 16:50 (UTC)

Pinned Comments

jzbor commented on 2021-05-28 19:09 (UTC)

So I have the following lines in my autostart script:

touchegg --daemon &
touchegg &

It depends on the DE/WM where to put these, but the Arch Wiki might help: https://wiki.archlinux.org/title/Autostarting#On_desktop_environment_startup

Latest Comments

dreieck commented on 2023-07-23 14:00 (UTC)

In package, mv "{$pkgdir}/lib" "${pkgdir}/usr/lib" should be mv "${pkgdir}/lib" "${pkgdir}/usr/lib" (correct {$ to${`).

Regards!

dreieck commented on 2021-10-21 11:06 (UTC)

Ahoj,

just some minor notes:

  • You could set -DCMAKE_BUILD_TYPE=Release to the cmake build options. I don't know if it is relevant at all.
  • Your PKGBUILD mixes tabs and whitespace for indentation. It is nicer to just use one.
  • You could change provides=('touchegg') to provides=("touchegg=${pkgver}").
  • The README.md actually contains useful documentation, that could be installed into /usr/share/doc/touchegg/.

Since I needed right now the new version 2.0.12, I did work on the PKGBUILD anyway, there I also incorporated the optdepend on touchegg-openrc and also added touche as optdepend.

Here you can find the PKGBUILD with some enhancements and cleanups done by myself -- feel free to use what ever you want to use from it:
PKGBUILD download.

Regards!

dreieck commented on 2021-10-18 18:40 (UTC)

There is now a package touchegg-openrc to start the system wide daemon for OpenRC based systems.

You can optdepend on it, if you wish.

Ant136445 commented on 2021-05-28 20:16 (UTC)

It worked, thank you.

jzbor commented on 2021-05-28 19:09 (UTC)

So I have the following lines in my autostart script:

touchegg --daemon &
touchegg &

It depends on the DE/WM where to put these, but the Arch Wiki might help: https://wiki.archlinux.org/title/Autostarting#On_desktop_environment_startup

Ant136445 commented on 2021-05-28 13:07 (UTC) (edited on 2021-05-28 13:35 (UTC) by Ant136445)

Please tell me how to start the touchegg-nosystemd daemon in Artix. With /etc/xdg/autostart/touchegg.desktop the client starts, but without the daemon it doesn't work?

dreieck commented on 2021-05-03 15:17 (UTC)

Thanks for this nosystemd package!

Can you add a ="${pkgver}" to the provides=('touchegg')-entry?