Opened 13 years ago

Last modified 11 years ago

#2951 closed defect

TypeError: parent should be a GtkWindow or None in shell.log — at Version 1

Reported by: carrott Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: 0.92.x
Severity: Unspecified Keywords:
Cc: Distribution/OS: OLPC
Bug Status: Unconfirmed

Description (last modified by carrott)

XO-1.0 os872 (which is I think 11.2.0)

See attached for full log. This might be the same bug as #208.

On this XO it appears to happen repeatably, but I don't see it on our other XOs

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/sugar/graphics/animator.py", line 107, in _next_frame_cb
    animation.do_frame(current_time, self._duration, self._easing)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/animator.py", line 148, in do_frame
    self.next_frame(frame)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/palettewindow.py", line 418, in next_frame
    self._palette.popup(immediate=True)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/palette.py", line 187, in popup
    PaletteWindow.popup(self, immediate)
  File "/usr/lib/python2.7/site-packages/sugar/graphics/palettewindow.py", line 317, in popup
    self.set_transient_for(self._invoker.get_toplevel())
TypeError: parent should be a GtkWindow or None

Change History (2)

Changed 13 years ago by carrott

shell log from monkey

comment:1 Changed 13 years ago by carrott

  • Description modified (diff)
Note: See TracTickets for help on using tickets.