All other accounts can't log in

The first user I set up can log in successfully. Susequently added users get a black screeo for a few seconds, theo kicked back out to login GUI.

Presumably I’m adding users incorrectly. I tried via XFCE settings and directly via useradd.

That may be.

sudo useradd -mU <username>

Then you need to set a password

sudo passwd <username>
1 Like

That was it. I think I was making the accounts too manually as habit from another distro and not making the home directories’ .xinitrc etc. correctly. Thanks!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.