Description of problem: The Xfce desktop login fails for first created user, if two users were created. Fedora-Xfce-Rawhide-20190121 Steps to Reproduce: 1. Login to Xfce and create two user accounts in system-config-users. 2. Clean boot and then login to first user account. It jumps back to login screen, no error message. 3. Login to the second created user account works.
Can you attach a 'sudo journalctl -b -l' output from the second user login? Also, does simply retrying the first user work after the inital failure?
Created attachment 1525133 [details] Output from journalctl -b -l User1: Test1 User2: Test2 Retrying to login to User1 (Test1) doesn't work. Jan 30 19:57:16 localhost.localdomain lightdm[1870]: pam_systemd(lightdm:session): Failed to create session: Invalid UID Jan 30 19:57:16 localhost.localdomain lightdm[1870]: pam_unix(lightdm:session): session opened for user test1 by (uid=0)
Output of 'egrep "test1|test2" /etc/passwd' ? ie, what is the UID of test1?
test1:x:65535:65535:test1:/home/test1:/bin/bash test2:x:65536:65536:test2:/home/test2:/bin/bash
That seems wrong... moving to system-config-users.
*** This bug has been marked as a duplicate of bug 1576092 ***