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 350318 - TypeError on every keypress
TypeError on every keypress
Status: RESOLVED DUPLICATE of bug 350252
Product: deskbar-applet
Classification: Deprecated
Component: general
2.15.x
Other Linux
: Normal critical
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-08-07 18:28 UTC by Ed Catmur
Modified: 2006-08-09 20:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Ed Catmur 2006-08-07 18:28:59 UTC
On every keypress:

Traceback (most recent call last):
  • File "//usr/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line 151 in on_start_query_real
    self.ui.append_matches (results)
  • File "//usr/lib/python2.4/site-packages/deskbar/ui/entriac/CuemiacEntryUI.py", line 157 in append_matches
    self.cuemiac.append_matches (matches)
  • File "//usr/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacUIManager.py", line 187 in append_matches
    self.model.append (matches)
  • File "//usr/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacModel.py", line 90 in append
    self.__append (hit)
  • File "//usr/lib/python2.4/site-packages/deskbar/ui/cuemiac/CuemiacModel.py", line 97 in __append
    self.__append_to_category (match)
  • File "//usr/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 "//usr/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

On clicking an entry:

Traceback (most recent call last):
  File "//usr/lib/python2.4/site-packages/deskbar/ui/cuemiac/LingeringSelectionWindow.py", line 31, in _on_view_activated
    pixmap = view.create_row_drag_icon (path)
TypeError: path should be a GtkTreePath

deskbar 2.15.90.1, gtk+-2.10.1, dev-python/pygtk-2.9.5, dev-python/pygobject-2.11.1
Comment 1 Ed Catmur 2006-08-09 18:55:59 UTC
Probable duplicate of bug 350252. I'm installing pygtk 2.9.6 now to see if it fixes it.
Comment 2 Ed Catmur 2006-08-09 20:30:52 UTC
Yep, pygtk-2.9.6 (with pygobject 2.11.2) fixes the bug.
Comment 3 Ed Catmur 2006-08-09 20:32:25 UTC
oops. reopening to mark as duplicate of bug 350252. Sorry for bugspam.
Comment 4 Ed Catmur 2006-08-09 20:32:43 UTC

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