Site menu:

Sponsored by

Bitcube Ltd.  Expert Linux Consultancy

Categories

Meta

Site search

 

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

Archives

Links:

Archive for December 30th, 2008

Fubared Firefox Favicons (part II)

Well firefox has eaten my favicons again. So in an update to my [http://www.smop.co.uk/blog/index.php/2008/08/25/how-to-workaround-broken-firefox-favicons/ 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