GNOME Bugzilla – Bug 164822
in gdm themes, no font is specified for username/psswd entry field
Last modified: 2005-02-16 20:42:41 UTC
In the standard gdm themes (circles, happy-gnome) provided with gdm, no font is specified for the username/psswd entry field. As a result, the default gtk theme font is used --- which in my experience, is always too small (if your display is 1024x768 or larger) and very different form the SANS font used for everything else in the login screen. Suggestion: add this line: <normal color="#000000" font="Sans Bold 12"/> to the corresponding item ( <item type="entry" id="user-pw-entry"> ) in *.xml files. It looks much better this way...
Could you provide a patch?
Created attachment 36536 [details] [review] patch for happygnome theme
Created attachment 36537 [details] [review] patch for happygnome-list theme
Created attachment 36538 [details] [review] patch for circles theme
does this change override the font size specified by the Large Print gdm theme? Or HighContrastInverseLargePrint? If so , the patch should not go in as-is. It's OK to specify a font, but not a font size (in the gdm theme).
These patches only change font for individual themes (in this case, circles, happygnome, happygnome-list), not the default for all themes. Thus - AFAIK - other themes, such as LargePrint, should not be affected. And I am not ure I understand this: "It's OK to specify a font, but not a font size (in the gdm theme)" Each GDM theme I have seen explicitly specifies font size for each of the labels/items - except for this one field (username/password entry).
Since all the gdm themes are specifying their own fonts using this patch, as you say if LargePrint etc. is not affected, then I have no other concerns about the patch.
Fixed in CVS head.
One thing I've noticed is that gdm uses a much smaller font when I run it using gdmflexiserver even though it's using the same theme as the standard Fedora Core 3 GDM, is this related to this bug?
I don't know, could you test?