Comment 23 for bug 1038434

Revision history for this message
teranex (teranex) wrote :

I can confirm that the patch in #19 fixes the issue.
I'm writing a plugin for Hamster (https://github.com/teranex/kupfer-plugins/blob/master/hamster.py) which uses D-Bus. When I implemented a Source which returned another Source (as a SourceLeaf), Kupfer would crash with a Segmentation Fault. After I applied the patch it works without any problems.