GNOME Bugzilla – Bug 333069
Python exception when no search extension is loaded
Last modified: 2006-03-03 11:39:17 UTC
Forwarded from: https://launchpad.net/distros/ubuntu/+source/deskbar-applet/+bug/33317 Deskbar applet throws python exception when no search extension is loaded: Traceback (most recent call last):
+ Trace 66618
while (not self.model.iter_has_child(iter)) or (not self.cview.row_expanded(self.model.get_path(iter))):
Steps to reproduce: 1. In deskbar preferences deselect everything in 'Loaded extensions' list 2. Type anything in deskbar-applet entry, press enter
Another bug report we received show a similar backtrace but exposed by a different use case: I have the "Files and Folders" extension in deskbar-applet enabled, and if I type "~" or "~username" I don't receive a suggestion to open it. Moreover, when I hit <enter> when a "~" or "~/" is in the deskbar, a nice error is reported: Traceback (most recent call last):
+ Trace 66619
The main issue is fixed in CVS already, see #332141 The "~" issue will be fixed.. *** This bug has been marked as a duplicate of 332141 ***
Nice. By the way, when just a space is entered in deskbar-applet, the same error occurs. Ugly ;) With a dot or a minus-sign, in my case, the beagle search tool is called, which seems... reasonable.