GNOME Bugzilla – Bug 600056
User not removed from users-admin interface
Last modified: 2009-11-06 18:35:02 UTC
A user is not removed when choosing to do this through the 'users-admin' tool. The GIDs are the GIDs my users had. Steps to reproduce: 0. Login as administrative user (GID:1000) 1. Create a new user as Administrator (GID:1001). 2. Reboot. 3. Login as the new administrator. 4. Startup users-admin. 5. Remove the original user (GID:1000). 6. Close 'users-admin' and start it up again. Notice that the original user (GID:1000) is still there.
See https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/458883.
*** Bug 600604 has been marked as a duplicate of this bug. ***
This is actually a bug in Debian's deluser command, which is not setting the PATH when running external commands. Thus, the system-tools-backends run via D-Bus were not giving it a valid PATH either, leading to failure. Obviously, error reporting from the backends should be improved, but... See downstream report for details and a patch.