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 418371 - No favicon on gnome.org
No favicon on gnome.org
Status: RESOLVED OBSOLETE
Product: epiphany
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-03-14 21:38 UTC by Vincent Untz
Modified: 2009-02-21 22:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vincent Untz 2007-03-14 21:38:35 UTC
With ephy 2.18, go to gnome.org. Ephy doesn't display any favicon. However, the HTML contains:
	<link rel="icon" type="image/png" href="/img/logo/foot-16.png" />
Comment 1 Diego Escalante Urrelo (not reading bugmail) 2007-03-14 22:07:09 UTC
Works fine here. With and without the favicon extension.
Comment 2 Christian Kirbach 2007-03-15 20:02:24 UTC
works fine here, too.
Comment 3 Christian Persch 2007-03-15 21:33:27 UTC
Could be bug in the favicon cache.

Vincent, can you try the following: first make a backup of ~/.gnome2/epiphany/ephy-favicon-cache.xml and ~/.gnome2/epiphany/favicon_cache/ and all its files. Then open the python console (from e-e), and type

> import epiphany
> epiphany.ephy_embed_shell_get_default().get_favicon_cache().clear()

Does it work after that? Or after that, and restarting ephy?
Comment 4 Vincent Untz 2007-03-15 21:55:32 UTC
It works after doing this and restarting ephy.
Do you want me to attach the backuped files?
Comment 5 Christian Persch 2007-03-15 22:16:03 UTC
It'll be enough if you just post the sniplet from the .xml about the gnome.org favicon (from <node> to </node>) and whether the file in favicon_cache/ with the name of the <property id="3"> existed in there and was a valid image file.
Comment 6 Christian Kirbach 2007-03-15 22:37:00 UTC
the favicon was gone for me, too, after opening a second tab and then going to the gnome.org tab. reload changed nothing. 

is not reprocable, tough.
Comment 7 Vincent Untz 2007-03-17 11:41:58 UTC
  <node id="37">
    <property id="2" value_type="gchararray">http://www.gnome.org/img/logo/foot-
16.png</property>
    <property id="3" value_type="gchararray">7b58f2fbbaaaedc1b8f00c8029eedfb4</p
roperty>
    <property id="4" value_type="gint">1173423461</property>
    <property id="6" value_type="gboolean">1</property>
    <property id="7" value_type="gint">60</property>
    <parent id="9"/>
  </node>

The file was not in favicon_cache/.
Comment 8 Reinout van Schouwen 2008-07-02 22:03:46 UTC
Vincent, is this still a problem?
Comment 9 Tobias Mueller 2009-02-21 22:01:59 UTC
Vincent: Ping.

I assume, that it's not and I'll close this bug as OBSOLETE. Feel free to revert this, if you don't think it's a smart move.