GNOME Bugzilla – Bug 345549
Deskbar won't search Firefox bookmarks
Last modified: 2006-07-10 11:14:37 UTC
Please describe the problem: Deskbar won't search firefox bookmarks Cannot enable the Web Bookmarks option in preferences When running manually in terminal via deskbar-applet -w, and then trying to replicate fault, I get following error Initializing Web Bookmarks Error retreiving Mozilla Bookmarks: 'NoneType' object has no attribute 'startswith' Error while initializing Web Bookmarks: 'NoneType' object has no attribute 'startswith' Traceback (most recent call last):
+ Trace 68978
context.module.initialize ()
parsed_file = self._parse_bookmarks()
self._bookmarks, parsed_file, self._shortcuts_to_smart_bookmarks_map = MozillaBookmarksParser(self).get_indexer()
self.close()
self.goahead(1)
k = self.parse_endtag(i)
self.handle_endtag(tag.lower())
if self.href.startswith("javascript:"):
Steps to reproduce: 1. Run deskbar 2. Go into preferences, attempt to enable Web Bookmarks 3. Actual results: as above Expected results: as above Does this happen every time? yes Other information: a.) I am using custom firefox RPM, not the one supplied w/ distro (FC5). However my profile is in same location (~/.mozilla/firefox) and as far as I recall it didn't work with default firefox either
Just to clarify, module LOADS ok but won't INITIALISE
The issue was reported as https://launchpad.net/products/deskbar-applet/+bug/50958 as well.
Fixed in CVS