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 133760 - Wrong size of favicon used with multiple size windows .ico
Wrong size of favicon used with multiple size windows .ico
Status: RESOLVED DUPLICATE of bug 65902
Product: epiphany
Classification: Core
Component: Interface
1.0.x
Other Linux
: Normal trivial
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-02-07 23:03 UTC by Calvin Walton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Calvin Walton 2004-02-07 23:03:18 UTC
I have created a site that uses a windows .ico with multiple sizes as its
favicon. When viewed in Mozilla or Internet Explorer, the 16x16px size is
used, but epiphany scaled the largest icon to 16x16px to use as the favicon.

I have put up a test page showing this problem at:
http://members.rogers.com/calvinwalton/icon.htm

It's not a bad problem, but it makes one of my intranet pages look a bit
ugly at the moment :)
Comment 1 Christian Persch 2004-02-08 10:46:51 UTC
I think this is a gdk-pixbuf-loader problem with the .ico format. From
gtk+/gdk-pixbuf/io-ico.c: (DecodeHeader):

/* For ICO's we have to be very clever. There are multiple images possible
   in an .ICO. As a simple heuristic, we select the image which
occupies the 
   largest number of bytes.
 */   
Comment 2 Marco Pesenti Gritti 2004-02-08 10:51:54 UTC
Should we reassign to gtk then ?
Comment 3 Christian Persch 2004-02-08 11:50:35 UTC

*** This bug has been marked as a duplicate of 65902 ***