Created attachment 15381 [details] [review] Patch to correctly send dict with dbus-send Hi, I was playing with dbus-send when i noticed a problem with sending dict. There is an assertion failed in dbus_message_iter_open_container and the dict is not added to the message. I made a small patch to correct it.
Thanks, since this patch was a big catch and the patch a bit above just the normal bug fix I have added you to the AUTHORS file. Feel free to submit support for structs too :-) BTW. your patch was a reverse patch. Your original and modified sources were swapped so it look like you removed the code instead of adding it. The best way to do a patch in git is to commit your changes to your local tree and use git-format-patch. That will get me your commit message and make it easier for me to add to my tree.
Hmm, ok perhaps the patch was correct but it was already applied and this bug not close :-) Woops, need to revert.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.