GNOME Bugzilla – Bug 590506
hamster-applet crashed with GError in load_ui_file()
Last modified: 2009-08-02 09:12:25 UTC
Please describe the problem: A following traceback is thrown when I try to access a preferences menu: Traceback (most recent call last):
+ Trace 216745
self.preferences_editor = PreferencesEditor(self)
self._gui = stuff.load_ui_file("preferences.ui")
ui.add_from_file(os.path.join(SHARED_DATA_DIR, name))
Steps to reproduce: 1. Right-click on hamster-applet 2. Select Preferences 3. Profit Actual results: A traceback is thrown Expected results: To see open Preferences dialog Does this happen every time? No, but it's fairly often - I was able to reproduce it ~10 times in last 10 minutes. Other information: Downstream bug from Ubuntu: https://bugs.edge.launchpad.net/bugs/387939
Thanks for the report Krzysztof! Gave all the objects with id "dummy" more appropriate names. Just out of interest - I could not reproduce the crush on my system though - are you running some kind of special testing version or are you testing gnome 2.27 all together? Fixed in git master
It's a Ubuntu development version so I have most of GNOME 2.27.x (and GTK+ 2.17.x).