GNOME Bugzilla – Bug 703106
User list and login box should be fixed width
Last modified: 2013-09-26 15:31:30 UTC
The user list and login box should occupy the same position on screen - this ties them together and makes the experience much more coherent. Right now this doesn't happen, because they have variable widths to accommodate the long user names. I would suggest wrapping the user name over two lines in the case of overflowing names. If the name won't fit on two lines, ellipsize it (cutting off whole words - don't show only part of a name word). See https://raw.github.com/gnome-design-team/gnome-mockups/master/system-lock-login-boot/login-dissect.png
(In reply to comment #0) ... > I would suggest wrapping the user name over two lines in the case of > overflowing names. If the name won't fit on two lines, ellipsize it (cutting > off whole words - don't show only part of a name word). Correction: if the user's real name doesn't fit on to a single line, just replace it with the username.
This got fixed.