GNOME Bugzilla – Bug 626656
Crashes after report if nautilus is not installed
Last modified: 2010-08-12 00:08:09 UTC
After generating a report hamster-applet calls gtk.show_uri to open the folder where the report was generated. If no handler is installed for directories (ie. nautilus or another file manager isn't installed) then an exception is thrown and it isn't caught. It was reported against hamster-applet 2.28.3 in Fedora but it looks like it applies to the 2.31 versions as well (overview.py:194). A simple solution is to wrap the call in a try/except block. The Fedora bug report is here: https://bugzilla.redhat.com/show_bug.cgi?id=620351
thanks, fix pushed to git master and the stable branch! chose to just capture exception and go on silently