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 641501 - GNOME foot icon at login is lowres
GNOME foot icon at login is lowres
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.91.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
[gnome3-important]
Depends on:
Blocks:
 
 
Reported: 2011-02-04 15:14 UTC by Cosimo Cecchi
Modified: 2011-03-18 19:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
greeter: force icon at top to be 48x48 (1.15 KB, patch)
2011-03-18 19:04 UTC, Ray Strode [halfline]
committed Details | Review

Description Cosimo Cecchi 2011-02-04 15:14:10 UTC
It seems the GNOME foot icon we show in the login greeter is low-res, which makes it look kinda bad.
Comment 1 Matthias Clasen 2011-03-01 04:36:28 UTC
It turns out that we are loading the icon at dialog size (48), but displaying it at 64. 

On the fedora side, we need to figure out what to do about start-here.
Comment 2 André Klapper 2011-03-03 21:17:37 UTC
[Removing GNOME3.0 target as decided in release-team meeting on March 03, 2011.
This report has an "important" categorisation for GNOME3.0 but is not considered a hard blocker. For querying use the corresponding whiteboard entry added.]
Comment 3 William Jon McCann 2011-03-18 19:03:32 UTC
Let's just use the 48px sharp icon for now.  Not only is it blurry at 64 it is also a little large.
Comment 4 Ray Strode [halfline] 2011-03-18 19:04:19 UTC
The following fix has been pushed:
eefcac1 greeter: force icon at top to be 48x48
Comment 5 Ray Strode [halfline] 2011-03-18 19:04:21 UTC
Created attachment 183753 [details] [review]
greeter: force icon at top to be 48x48

Right now we were loading icon at 48px but then upscaling to 64px.

This commit makes it consistently 48px.