Comment 22 for bug 533870

Revision history for this message
Asif Youssuff (yoasif) wrote : Re: Changing the long name in users-admin to the same name results in an error

The second time I try to change my name, it still doesn't work -- I changed the name the second time and reopened users admin, my previous name still appeared.

The instructions you gave last don't seem to be doing much:

Reading symbols from /usr/sbin/system-tools-backends...Reading symbols from /usr/lib/debug/usr/sbin/system-tools-backends...done.
(no debugging symbols found)...done.
(gdb) break dispatcher.c:547
Breakpoint 1 at 0x40431f: file dispatcher.c, line 547.
(gdb) print dbus_message_get_args (message, NULL, DBUS_TYPE_UINT32, &message_uid, DBUS_TYPE_INVALID)
No symbol "message" in current context.
(gdb) print message_uid
No symbol "message_uid" in current context.
(gdb) continue
The program is not being run.
(gdb)

Am I missing a step (loading users-admin) here? :)