GNOME Bugzilla – Bug 685852
login screen: distribution logo badly placed
Last modified: 2012-10-25 17:05:16 UTC
The distribution logo is displayed in the middle above the list. This visually clashes with the layout of the rest of the login screen. It would be better to place the logo in the top-left hand corner of the screen, in the top bar. (See https://live.gnome.org/Boston2012/Multimonitor )
Created attachment 226660 [details] [review] gdm: Move logo into the panel GDM has a 'logo' key in its schema to allow distributors to add some branding. It is currently placed above the user list, which no longer works too well since the login screen lost its dialog window. Display the logo in the top-left corner instead of the Activities button instead.
do you have a screenshot ?
No, I can get one tomorrow. It looks like crap though, as the current logo is clearly not meant to be displayed at 16x16 pixels.
Created attachment 226820 [details] Screenshot using cropped fedora logo
Created attachment 227236 [details] symbolic fedora logo Hmm, we probably need a symbolic logo that includes the name. Not sure if the attached is perfect, but it should work for testing.
That violates trademark guidelines.
(In reply to comment #6) > That violates trademark guidelines. Well it would be up to Fedora to provide their own icon. This is just for testing (and we can provide guidelines on what type of icon to provide for this).
(In reply to comment #7) > This is just for testing And it's appreciated! I'll update the patch to work with non-square logos ...
Created attachment 227274 [details] [review] gdm: Move logo into the panel Update patch to allow non-square logos
Created attachment 227275 [details] Screenshot using Allan's logo
Review of attachment 227274 [details] [review]: Sure. ::: js/gdm/loginDialog.js @@ +92,3 @@ + + this._settings = new Gio.Settings({ schema: GdmUtil.LOGIN_SCREEN_SCHEMA }); + this._settings.connect('changed::' + GdmUtil.LOGO_KEY, As I said before, I really want to stop this concatenation silliness.
Attachment 227274 [details] pushed as 9efe528 - gdm: Move logo into the panel