Site menu:

Sponsored by

Bitcube Ltd.  Expert Linux Consultancy

Currently...

Categories

Meta

Site search

 

December 2008
M T W T F S S
« Nov   Jan »
1234567
891011121314
15161718192021
22232425262728
293031  

Archives

Links:

Fubared Firefox Favicons (part II)

Well firefox has eaten my favicons again. So in an update to my old post:

  • shutdown firefox
  • run sqlitebrowser on the places.sqlite file (~/.mozilla/firefox/*.default/places.sqlite for me)
  • click “Execute SQL”
  • execute: “delete from moz_favicons;”
  • execute: “update moz_places set favicon_id=NULL;

Let’s see how that goes

Comments

Comment from Greg
Time: Tuesday 30 December, 2008, 20:32

execute: “delete from moz_favicon;”
should I think be:
execute: “delete from moz_favicons;”

Thanks for the post though!

Comment from adrian
Time: Tuesday 30 December, 2008, 20:37

Yep, I did indeed - fixed. Thanks very much!

Comment from adrian
Time: Friday 2 January, 2009, 11:55

Unfortunately corrupted icons _still_ appear from fairly frequently. This is driving me nuts. Still, a temporary workaround is better than nothing.

Write a comment