GNOME Bugzilla – Bug 398327
Gimmie 0.2.1 crashes on start
Last modified: 2007-01-27 15:14:03 UTC
Steps to reproduce: 1. Run "gimmie" Stack trace: Unable to load GMail contact support: No module named libgmail *** Reloading TopicRunningList: Running Applications *** Reloading TopicRunningList: Opened Documents Traceback (most recent call last):
+ Trace 103470
gimmie.gimmie.main(sys.argv[1:])
load_it()
load_it = lambda: _load_gimmie_bar(topics)
gimmie_bar = GimmieBarDock(topics, gravity, autohide_anchors=autohide, swapbar=swapbar)
self.layout(edge_gravity, self.edge_window, swapbar)
running_list = self.make_running_list(edge_gravity, topic)
running = TopicRunningList(running_source, edge_gravity)
self._reload(source)
self.add_item(i, target_height)
running = RunningItemTile(i, target_height, self.gravity)
self._reload(item)
self.icons = self._load_icons(item, self.target_height)
icon = item.get_icon(target_height)
self.get_mimetype() or "",
return self.ensure_file_info().mime_type
self.vfs_info = gnomevfs.get_file_info(vfs_uri)
Other information: gimmie gnome-panel applet works ok, but "gimmie" executable always crashes with this error. Thanks a lot
If I run gimmie executable from sources directory (after compiling it) instead of the gimmie executable that is in install dir it works. I think that some files are missing in make install :-/ Thanks
Created attachment 80766 [details] [review] gimmie-0.2.1-bookmarks.patch I attach a patch taken from mandriva cooker gimmie src.rpm that fixes the problem. Also works in GentooLinux with this patch. Thanks a lot for fixing it
Fixed by handling gnomevfs.NotFoundError. Can you please try out SVN and reopen this bug if the problem still exists?
*** Bug 398652 has been marked as a duplicate of this bug. ***
Yes, it fixes the problem. Thanks :-)
Can you please release a gimmie 0.2.2 release that fixes this problem? Thanks a lot