GNOME Bugzilla – Bug 746079
gdm: new users not shown after logout
Last modified: 2016-01-05 20:35:28 UTC
New users added in gnome-control-center are not shown in gdm after logout. These users are shown after reboot or when gdm is restarted. 1. add new users in gnome-control-center 2. logout 3. no new users shown in gdm gdm-3.15.91.2-1.fc22.x86_64
is accounts-daemon crashing? do you have any selinux denials? Please add Enable=true to the [debug] section of /etc/gdm/custom.conf, reproduce then attach the output of "sudo journalctl -b -a"
Created attachment 299191 [details] journalctl output
*** Bug 747947 has been marked as a duplicate of this bug. ***
Results of some debugging, guided by Ray: * /etc/passwd is read by accountsservice * Something writes to /etc/password * passwd -D testtest does not cause the user list to reload (testtest being the test account) * dbus-monitor confirms accountsservice is emitting the UserAdded signal
did you try setenforce 0 ?
(In reply to Ray Strode [halfline] from comment #5) > did you try setenforce 0 ? That did not help either.
*** This bug has been marked as a duplicate of bug 758568 ***