Robert, For a few minutes I had the theory that the problem at bug #1259562 with guest users not being removed from accountsservice would be fixed, if --system was dropped when creating a guest session. However, I tested to use deluser to delete a regular user, and also in that case the file in /var/lib/AccountsService/users was not removed.
-- You received this bug notification because you are a member of Desktop Packages, which is subscribed to lightdm in Ubuntu. https://bugs.launchpad.net/bugs/1038881 Title: Uses system user UID range for guest user Status in Light Display Manager: Triaged Status in “lightdm” package in Ubuntu: Triaged Bug description: lightdm creates guest users with adduser --system (or an equivalent), i. e. creates system user IDs < 500. This is less likely to conflict with LDAP etc. setups, but does cause issues like crash reports from the guest session being reported as "system errors" by apport to admin users. It might also cause some other unexpected permission issues where a privilege is granted only to system, but not to human users. I think we should change the call to create guest users in the uid >= 500 range, i. e. drop --system. To manage notifications about this bug go to: https://bugs.launchpad.net/lightdm/+bug/1038881/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp