GNOME Bugzilla – Bug 318193
Corrupted favicons in moz bookmarks crash taskbar applet
Last modified: 2005-10-07 16:52:39 UTC
Run /usr/libexec/deskbar-applet -w with dodgy bookmarks. Get the following traceback Starting mozilla/ff bookmarks indexation Traceback (most recent call last):
+ Trace 63414
build_window()
applet_factory(applet, None)
deskbar.applet.DeskbarApplet(applet)
self.entry = deskbar.deskbarentry.DeskbarEntry()
self._handlers = self._load_handlers()
return [
parser = MozillaBookmarksParser(self)
self._index_firefox()
self.feed(file(bookmarks_file).read())
self.goahead(0)
k = self.parse_endtag(i)
self.handle_endtag(tag.lower())
loader.write(base64.b64decode(content))
Created attachment 53177 [details] [review] Fix for the bug (by catching the exception)
Thanks for the report ! I fixed this in CVS slightly differently, but the idea is the same :)