After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681767 - Rework the user list secondary text
Rework the user list secondary text
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: User Accounts
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks: 681753
 
 
Reported: 2012-08-13 14:37 UTC by Stef Walter
Modified: 2012-08-19 04:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
user-accounts: Display the username as secondary text in list (1.21 KB, patch)
2012-08-14 15:25 UTC, Stef Walter
committed Details | Review

Description Stef Walter 2012-08-13 14:37:05 UTC
In order to properly list the users in the user accounts panel we need to make the following changes:

 * Show the unix user name as the secondary text for local user. It is
   currently possible to have two users be indistinguishable in the list due
   to identical display names.
 * Show the full remote login-name as the secondary text for non-local users
   (ie: user@domain, or Domain/User). This logically represents the login    
   identity of the user.
Comment 1 Stef Walter 2012-08-14 15:25:06 UTC
Created attachment 221159 [details] [review]
user-accounts: Display the username as secondary text in list

 * By displaying the username we get the unix user name for
   local accounts, and the full login name for remote accounst.
 * Can now differentiate between accounts with the same display
   'real' name.
 * Can see the full login identity of remote accounts.
Comment 2 Bastien Nocera 2012-08-18 17:15:57 UTC
"accounst" typo.

Where were those UI changes discussed?
Comment 3 Bastien Nocera 2012-08-18 18:11:51 UTC
Fixed up the commit message
Comment 4 Stef Walter 2012-08-19 04:59:47 UTC
(In reply to comment #2)
> "accounst" typo.
> 
> Where were those UI changes discussed?

This change was discussed on #gnome-design, and was suggested by designers.