Hikari9 / comfortable-swipe

Comfortable 3-finger and 4-finger swipe gesture using Xdotool in native C++
GNU General Public License v3.0
556 stars 46 forks source link

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

Open cyrillkuettel opened 2 years ago

cyrillkuettel commented 2 years ago

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 commented 1 year ago

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

cyrillkuettel commented 1 year ago

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 commented 1 year ago

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.