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 350390 - Errors when typing in Deskbar
Errors when typing in Deskbar
Status: RESOLVED DUPLICATE of bug 350252
Product: deskbar-applet
Classification: Deprecated
Component: general
Git master
Other Linux
: Normal critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-08-08 07:49 UTC by Wouter Bolsterlee (uws)
Modified: 2006-08-13 20:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2006-08-08 07:49:39 UTC
On my fresh HEAD install, deskbar shows this error numerous times after I login and try to use deskbar. I also opened the prefs window, but didn't change anything.

Traceback (most recent call last):
  • File "/opt/gnome-2-16/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line 151 in on_start_query_real
    self.ui.append_matches (results)
  • File "/opt/gnome-2-16/lib/python2.4/site-packages/deskbar/ui/entriac/CuemiacEntryUI.py", line 157 in append_matches
    self.cuemiac.append_matches (matches)
  • File "/opt/gnome-2-16/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacUIManager.py", line 187 in append_matches
    self.model.append (matches)
  • File "/opt/gnome-2-16/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacModel.py", line 90 in append
    self.__append (hit)
  • File "/opt/gnome-2-16/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacModel.py", line 97 in __append
    self.__append_to_category (match)
  • File "/opt/gnome-2-16/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacModel.py", line 129 in __append_to_category
    self.__append_match_to_iter (cat.get_category_iter(), match)
  • File "/opt/gnome-2-16/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacItems.py", line 41 in get_category_iter
    return self.__parent.get_iter (self.__category_row_ref.get_path())
TypeError: GtkTreeModel.get_iter requires a tree path as its argument

Comment 1 Ed Catmur 2006-08-09 18:55:12 UTC
Duplicate of bug 350318.
Comment 2 Ed Catmur 2006-08-09 20:30:51 UTC
Bug 350318 is a duplicate of bug 350252. Upgrade to pygtk-2.9.6 and pygobject 2.11.2 for the fix.
Comment 3 Sergej Kotliar 2006-08-13 20:43:48 UTC

*** This bug has been marked as a duplicate of 350252 ***