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 642124 - Fix fuzziness for application icons
Fix fuzziness for application icons
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Florian Müllner
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-02-11 19:40 UTC by Owen Taylor
Modified: 2013-02-08 17:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix fuzziness for application icons (1.67 KB, patch)
2011-02-11 19:40 UTC, Owen Taylor
committed Details | Review

Description Owen Taylor 2011-02-11 19:40:47 UTC
- Center the icon texture in the area allocated for it, and always give
  the nominal size - avoid off-by-one scaling if the parent allocated
  a little less or more size than we wanted.
- Use Math.floor() when centering horizontally to avoid allocation
  at a half pixel.
Comment 1 Owen Taylor 2011-02-11 19:40:50 UTC
Created attachment 180684 [details] [review]
Fix fuzziness for application icons
Comment 2 Owen Taylor 2011-02-11 19:41:33 UTC
Noticed when testing patches in bug 639428
Comment 3 Colin Walters 2011-02-11 19:51:33 UTC
Review of attachment 180684 [details] [review]:

Looks good.
Comment 4 Owen Taylor 2011-02-11 21:21:36 UTC
Attachment 180684 [details] pushed as 01b6461 - Fix fuzziness for application icons
Comment 5 Robin Stocker 2013-02-05 13:25:43 UTC
Was this about the application switcher (Alt-Tab)? If it was, it seems this problem is back in 3.6.2, e.g. the Evolution icon looks blurry. If not, I'll open a new bug.
Comment 6 Jasper St. Pierre (not reading bugmail) 2013-02-05 18:31:25 UTC
(In reply to comment #5)
> Was this about the application switcher (Alt-Tab)? If it was, it seems this
> problem is back in 3.6.2, e.g. the Evolution icon looks blurry. If not, I'll
> open a new bug.

No, this was for the icon grid in the Applications grid in the overview.
Comment 7 Robin Stocker 2013-02-08 17:14:59 UTC
(In reply to comment #6)
> (In reply to comment #5)
> > Was this about the application switcher (Alt-Tab)? If it was, it seems this
> > problem is back in 3.6.2, e.g. the Evolution icon looks blurry. If not, I'll
> > open a new bug.
> 
> No, this was for the icon grid in the Applications grid in the overview.

Ok, opened bug 693434 for the application switcher (Alt-Tab).