GNOME Bugzilla – Bug 354415
error when clicking on "Applications"
Last modified: 2006-10-08 19:01:32 UTC
Please describe the problem: when I click on the "Applications" label nothing happens and I got the following: Traceback (most recent call last):
+ Trace 71624
self.topic_win = self.topic.get_topic_window()
self.topic_window = TopicWindow(self)
self._find_first_button()
items = source.get_items()
self.do_reload()
self.add_recurse(self.menu_directory.contents, items)
self.add_recurse(child.contents, items)
elif child.get_desktop_file_id() not in (x.get_desktop_file_id() for x in items):
Steps to reproduce: 1. run ./gimmie.py 2. left-click on the label "Applications" Actual results: nothing happens, I got an error on the terminal Expected results: I expect an Application window to open Does this happen every time? yes Other information: Debian 'etch', Linux 2.6.16-2-686 python-gmenu 2.14.3-1 python-gnome2-dev 2.12.4-4 python-gnome2-extras-dev 2.14.2-1 python-gnome2-desktop-dev 2.14.0-3
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report. 2006-10-08 David Trowbridge <trowbrds@gmail.com> * gimmie_applications.py (MenuSource): don't assume that gmenu items which aren't directories are entries. This fixes bug #354415.