The Surf Applet doesn't work with firefox 3 on my computer. When I'm clicking on the applet nothing happens. Got no problems with the bookmarks of opera or else. But I'm only using firefox...
Terminal says:
File "/home/__/.config/awn/applets/Surf/surf.py", line 625, in applet_click
menu = self.create_bookmarks()
File "/home/__/.config/awn/applets/Surf/surf.py", line 453, in create_bookmarks
menu_data = self.module[int(self.prefs[0]["Profile"])].bookmarks(self.bookmarks, self.prefs[0]["Favicons"], spec, os, self.path, img_formats) # Get the menu data
File "/home/__/.config/awn/applets/Surf/Firefox.py", line 110, in bookmarks
if len(title) > 30: # Get the item's name
TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last):
File "/home/__/.config/awn/applets/Surf/surf.py", line 625, in applet_click
menu = self.create_bookmarks()
File "/home/__/.config/awn/applets/Surf/surf.py", line 453, in create_bookmarks
menu_data = self.module[int(self.prefs[0]["Profile"])].bookmarks(self.bookmarks, self.prefs[0]["Favicons"], spec, os, self.path, img_formats) # Get the menu data
File "/home/__/.config/awn/applets/Surf/Firefox.py", line 32, in bookmarks
result = cursor.execute("delete from moz_bookmarks where type > 2 or title = ''") # Delete items not used
sqlite3.OperationalError: database is locked
Traceback (most recent call last):
File "/home/__/.config/awn/applets/Surf/surf.py", line 625, in applet_click
menu = self.create_bookmarks()
File "/home/__/.config/awn/applets/Surf/surf.py", line 453, in create_bookmarks
menu_data = self.module[int(self.prefs[0]["Profile"])].bookmarks(self.bookmarks, self.prefs[0]["Favicons"], spec, os, self.path, img_formats) # Get the menu data
File "/home/__/.config/awn/applets/Surf/Firefox.py", line 110, in bookmarks
if len(title) > 30: # Get the item's name
TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last):
File "/home/__/.config/awn/applets/Surf/surf.py", line 625, in applet_click
menu = self.create_bookmarks()
File "/home/__/.config/awn/applets/Surf/surf.py", line 453, in create_bookmarks
menu_data = self.module[int(self.prefs[0]["Profile"])].bookmarks(self.bookmarks, self.prefs[0]["Favicons"], spec, os, self.path, img_formats) # Get the menu data
File "/home/__/.config/awn/applets/Surf/Firefox.py", line 32, in bookmarks
result = cursor.execute("delete from moz_bookmarks where type > 2 or title = ''") # Delete items not used
sqlite3.OperationalError: database is locked