You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The installer runs without issue for me but when i try to start the service i get 👍 Failed to enable unit: Unit file g910-gkeys.service does not exist.
I am on Fedora 39, anyone has an idea?
The text was updated successfully, but these errors were encountered:
I learned that the paths where the unit files are stored differs between distros. The installer puts the file in "$HOME"/.config/systemd/user/g910-gkeys.service but on Fedora it needs to be in a different location. Unit files for user units are stored similarly in /etc/systemd/user, /run/systemd/user, and /usr/lib/systemd/user.
You need to copy the unit file to one of those locations and then enable and start the service: systemctl --user enable --now g910-gkeys.service
- #85 install unit file to systemd user unit dir
- log output of installation to install.log
- renamed installer.sh to install and uninstall.sh to uninstall
- added installer for pre build package
The installer runs without issue for me but when i try to start the service i get 👍
Failed to enable unit: Unit file g910-gkeys.service does not exist.
I am on Fedora 39, anyone has an idea?
The text was updated successfully, but these errors were encountered: