Xpra: Ticket #15: AttributeError: 'OverrideRedirectWindowModel' object has no attribute '_composite'

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..



Tue, 06 Sep 2011 18:44:45 GMT - Antoine Martin: status, description changed


Fri, 23 Sep 2011 14:47:05 GMT - Antoine Martin: priority changed; milestone set

Looks harmless, lowering priority.


Thu, 08 Dec 2011 13:46:00 GMT - Antoine Martin: description changed


Thu, 08 Dec 2011 14:01:15 GMT - Antoine Martin: status changed; resolution set

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__.


Mon, 20 Feb 2012 20:12:38 GMT - Antoine Martin: milestone changed; version set


Sat, 23 Jan 2021 04:43:15 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/15