Package Details: evdevhook2-git 1.0.0.r0.ga44b834-1

Git Clone URL: https://aur.archlinux.org/evdevhook2-git.git (read-only, click to copy)
Package Base: evdevhook2-git
Description: Cemuhook UDP server for devices with modern Linux drivers
Upstream URL: https://github.com/v1993/evdevhook2
Licenses: GPL3
Conflicts: evdevhook2
Provides: evdevhook2
Submitter: v1993
Maintainer: v1993
Last Packager: v1993
Votes: 0
Popularity: 0.000000
First Submitted: 2023-08-29 07:59 (UTC)
Last Updated: 2023-08-29 07:59 (UTC)

Required by (0)

Sources (1)

Latest Comments

Joomzie commented on 2026-08-06 00:27 (UTC)

I created a systemd service so this can be run silently in the background at startup. Just set it up as a user service, and you're good to go.

[Unit]
Description=Motion controls server for emulators
StartLimitIntervalSec=500
StartLimitBurst=5
After=graphical-session.target xdg-desktop-autostart.target xdg-desktop-portal.service

[Service]
# Avoid starting evdevhook2 before the desktop is fully initialized.
ExecStartPre=/bin/sleep 5
ExecStart=/usr/bin/evdevhook2

Restart=on-failure
RestartSec=5s

[Install]
WantedBy=graphical-session.target

DocMAX commented on 2024-05-05 08:37 (UTC)

ERROR: Could not detect Ninja v1.8.2 or newer