I have some trouble with dbus-send when using a{sv}
Calling a method with in_signature=\'a{ss}\' seems to work using the
followin
Although D-Bus supports signatures such as a{sv}, dbus-send does not. This is from the dbus-send man page:
"...D-Bus supports more types than these, but dbus-send currently does not. Also, dbus-send does not permit empty containers or nested containers (e.g. arrays of variants)."
So as far as I can understand it, you cannot send a dict of string:variant using dbus-send.