Skip to content
New issue

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

gpasswd: group '0' does not exist in /etc/group #108

Open
cyrillkuettel opened this issue Apr 26, 2022 · 3 comments
Open

gpasswd: group '0' does not exist in /etc/group #108

cyrillkuettel opened this issue Apr 26, 2022 · 3 comments

Comments

@cyrillkuettel
Copy link

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!

@BrianRigii
Copy link

did you manage to get this to work?
i didnt get any errors but none of my gestures seem to be working

@cyrillkuettel
Copy link
Author

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.

@Hikari9
Copy link
Owner

Hikari9 commented Dec 26, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants