GNOME Bugzilla – Bug 646032
logout dialog has an empty box when the user has no face image
Last modified: 2011-04-03 20:50:15 UTC
The logout dialog has an empty box when the user has no face image. This looks a bit strange. Unfortunately the live images have no user face set by default. Maybe we can just hide the box or something simple?
or maybe use avatar-default
Created attachment 184588 [details] [review] end-session-dialog: Hide icon if user icon is unset (In reply to comment #0) > Maybe we can just hide the box or something simple? If the user has not configured a user icon, the logout dialog will display an empty rectangle. Hide the entire icon instead.
Created attachment 184589 [details] [review] end-session-dialog: Show default icon if user icon is unset (In reply to comment #1) > or maybe use avatar-default If the user has not configured a user icon, the logout dialog will display an empty rectangle. Show a default picture instead.
Just a quick note to avoid confusion: the patches are exclusive :)
We should definitively be consistent with what the user-account panel does, and show the avatar-default icon.
Comment on attachment 184588 [details] [review] end-session-dialog: Hide icon if user icon is unset (In reply to comment #5) > We should definitively be consistent with what the user-account panel does, and > show the avatar-default icon. Sure.
Attachment 184589 [details] pushed as af69945 - end-session-dialog: Show default icon if user icon is unset