Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upevents handlers defined in mixin are not called #1816
Comments
marmarek
added
bug
C: core
P: major
labels
Mar 6, 2016
marmarek
assigned
woju
Mar 6, 2016
marmarek
added this to the Release 4.0 milestone
Mar 6, 2016
added a commit
to marmarek/old-qubes-core-admin
that referenced
this issue
Mar 7, 2016
added a commit
to woju/qubes-core-admin
that referenced
this issue
Mar 11, 2016
added a commit
to woju/qubes-core-admin
that referenced
this issue
Mar 21, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
@woju close? |
woju
closed this
May 5, 2016
added a commit
to woju/qubes-core-admin
that referenced
this issue
May 19, 2016
added a commit
to marmarek/old-qubes-core-admin
that referenced
this issue
May 20, 2016
added a commit
to woju/qubes-core-admin
that referenced
this issue
Jun 2, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
marmarek commentedMar 6, 2016
For example this one:
https://github.com/woju/qubes-core-admin/blob/core3-devel/qubes/vm/mix/net.py#L138-L144
I've tried also with manual
vm.fire_event('domain-loaded')and this function isn't called.Some further debugging reveals that
NetVMMixinclass have no__handlers__attribute (while bothAppVMandQubesVMhave). But the function itself hasha_eventsset.Should
NetVMMixinhave metaclass set toEmiterMeta? Or maybe the order of base classes inQubesVMdefinition should be reversed?