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 604993 - Epiphany fails to reuse icons from icon cache
Epiphany fails to reuse icons from icon cache
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-19 11:53 UTC by Nguyen Thai Ngoc Duy
Modified: 2015-09-24 18:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nguyen Thai Ngoc Duy 2009-12-19 11:53:15 UTC
Once the icons are stored in ~/.gnome2/epiphany/ephy-favicon-cache.xml, it can't be loaded back. Somehow it does not go through "if (is_ao)" code in ephy_favicon_cache_get and goes straight to 

		pixbuf = gdk_pixbuf_nw_from_file (pix_file, NULL);

where it fails to recognize file type and returns NULL.

As a result, first time I ever visit any page, there is favicon. After I restart ephy and visit that page again, the icon is gone.
Comment 1 Xan Lopez 2010-01-19 16:46:07 UTC
(In reply to comment #0)
> Once the icons are stored in ~/.gnome2/epiphany/ephy-favicon-cache.xml, it
> can't be loaded back. Somehow it does not go through "if (is_ao)" code in
> ephy_favicon_cache_get and goes straight to 
> 
>         pixbuf = gdk_pixbuf_nw_from_file (pix_file, NULL);
> 
> where it fails to recognize file type and returns NULL.
> 
> As a result, first time I ever visit any page, there is favicon. After I
> restart ephy and visit that page again, the icon is gone.

I don't seem to be able to reproduce this. Are you testing with any site in particular?