We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have this problem during installation. OS: Ubuntu 22.04
foo@bar:~$ sudo gpasswd -a "$USER" "$(ls -l /dev/input/event* | awk '{print $4}' | head --line=1)" gpasswd: group '0' does not exist in /etc/group
Anybody can give me a hint on what I have to do to make it work? Thanks in advance!
The text was updated successfully, but these errors were encountered:
did you manage to get this to work? i didnt get any errors but none of my gestures seem to be working
Sorry, something went wrong.
Unfortunately not, it was the same as your case. I would have enjoyed to use this but I think I can't proceed if step 1 fails.
Hello @cyrillkuettel , the goal of step 1 is to register permissions for touchpad events to your user group.
If group '0' does not exist, you might have deleted it by accident. Can you check if it exists?
cat /etc/groups
You may check this forum
If it's not a group issue, maybe you can try the rest of the steps.
No branches or pull requests
I have this problem during installation. OS: Ubuntu 22.04
Anybody can give me a hint on what I have to do to make it work? Thanks in advance!
The text was updated successfully, but these errors were encountered: