After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 398327 - Gimmie 0.2.1 crashes on start
Gimmie 0.2.1 crashes on start
Status: RESOLVED FIXED
Product: gimmie
Classification: Deprecated
Component: general
unspecified
Other All
: Normal critical
: ---
Assigned To: Gimmie Maintainers
Gimmie Maintainers
: 398652 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-01-19 11:29 UTC by Pacho Ramos
Modified: 2007-01-27 15:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gimmie-0.2.1-bookmarks.patch (426 bytes, patch)
2007-01-20 19:32 UTC, Pacho Ramos
none Details | Review

Description Pacho Ramos 2007-01-19 11:29:25 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):
  • File "/usr/bin/gimmie", line 51 in ?
    gimmie.gimmie.main(sys.argv[1:])
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie.py", line 87 in main
    load_it()
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie.py", line 82 in <lambda>
    load_it = lambda: _load_gimmie_bar(topics)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie.py", line 41 in _load_gimmie_bar
    gimmie_bar = GimmieBarDock(topics, gravity, autohide_anchors=autohide, swapbar=swapbar)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_bar.py", line 20 in __init__
    self.layout(edge_gravity, self.edge_window, swapbar)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_bar.py", line 91 in layout
    running_list = self.make_running_list(edge_gravity, topic)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_bar.py", line 45 in make_running_list
    running = TopicRunningList(running_source, edge_gravity)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_gui.py", line 273 in __init__
    self._reload(source)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_gui.py", line 326 in _reload
    self.add_item(i, target_height)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_gui.py", line 294 in add_item
    running = RunningItemTile(i, target_height, self.gravity)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_gui.py", line 73 in __init__
    self._reload(item)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_gui.py", line 125 in _reload
    self.icons = self._load_icons(item, self.target_height)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_gui.py", line 80 in _load_icons
    icon = item.get_icon(target_height)
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_file.py", line 90 in get_icon
    self.get_mimetype() or "",
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_file.py", line 143 in get_mimetype
    return self.ensure_file_info().mime_type
  • File "/usr/lib64/python2.4/site-packages/gimmie/gimmie_file.py", line 56 in ensure_file_info
    self.vfs_info = gnomevfs.get_file_info(vfs_uri)
NotFoundError: No se ha encontrado el archivo


Other information:
gimmie gnome-panel applet works ok, but "gimmie" executable always crashes with this error. 

Thanks a lot
Comment 1 Pacho Ramos 2007-01-20 10:38:31 UTC
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
Comment 2 Pacho Ramos 2007-01-20 19:32:52 UTC
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
Comment 3 Alex Graveley 2007-01-20 20:57:38 UTC
Fixed by handling gnomevfs.NotFoundError.  Can you please try out SVN and reopen this bug if the problem still exists?
Comment 4 Alex Graveley 2007-01-20 20:59:14 UTC
*** Bug 398652 has been marked as a duplicate of this bug. ***
Comment 5 Pacho Ramos 2007-01-20 21:57:35 UTC
Yes, it fixes the problem.

Thanks :-)
Comment 6 Pacho Ramos 2007-01-27 15:14:03 UTC
Can you please release a gimmie 0.2.2 release that fixes this problem?

Thanks a lot