#15 closed defect (fixed)
AttributeError: 'OverrideRedirectWindowModel' object has no attribute '_composite'
Reported by: | Timo Juhani Lindfors | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | minor | Milestone: | 0.0.7.x |
Component: | client | Version: | 0.0.7.32 |
Keywords: | Cc: |
Description (last modified by )
Traceback (most recent call last): File "wimpiggy/window.py", line 265, in do_unmanaged self._composite.disconnect(self._damage_forward_handle) AttributeError: 'OverrideRedirectWindowModel' object has no attribute '_composite'
At first sight, this particular case could just be dropped with a flag since the window is about to be dropped: we can just mark it and avoid creating it, or destroy it when created, or something..
Change History (6)
comment:1 Changed 9 years ago by
Description: | modified (diff) |
---|---|
Status: | new → accepted |
comment:2 Changed 9 years ago by
Milestone: | → future |
---|---|
Priority: | major → minor |
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
should be fixed in r364
feel free to re-open if more errors of the same type occur:
AttributeError: 'OverrideRedirectWindowModel' object has no attribute '_composite'
Although I don't think we can hit any of the other methods if the BaseWindowModel
throws an exception during __init__
.
comment:5 Changed 9 years ago by
Milestone: | future → 0.0.7.x |
---|---|
Version: | → 0.0.7.32 |
comment:6 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/15
Note: See
TracTickets for help on using
tickets.
Looks harmless, lowering priority.