DBUS-SEND(1) DBUS-SEND(1) (NAME) dbus-send - D-Bus (SYNOPSIS) dbus-send [--system | --session | --bus= | --peer=] [--dest=_] [--print- reply[=literal]] [--reply-timeout=] [--type=_] _ . [...] (DESCRIPTION) dbus-send D-Bus . . : ( "messagebus" ) ( ). --system --session dbus-send . dbus-send . dbus-send --dest . --dest . (object path) . ( ) . ( variant) : ::= | [ | ...] ::= : ::= | | ::= array::[,...] ::= dict:::,[,,...] ::= variant:: ::= string | int16 | uint16 | int32 | uint32 | int64 | uint64 | double | byte | boolean | objpath (Containers): array ( array:string:" "," "). dict - ( dict:string:int32:"",1,"",2). variant ( variant:int32:-8). (Data Types): string ( string:" "). int16 uint16 . int32 uint32 . int64 uint64 . double ( double:65.32). byte ( ). boolean (true false). objpath D-Bus ( objpath:/org/freedesktop/sample/object/name). D-Bus dbus-send . dbus-send ( variant) . : dbus-send --dest=org.freedesktop.ExampleName \ /org/freedesktop/sample/object/name \ org.freedesktop.ExampleInterface.ExampleMethod \ int32:47 string:'hello world' double:65.32 \ array:string:"1st item","next item","last item" \ dict:string:int32:"one",1,"two",2,"three",3 \ variant:int32:-8 \ objpath:/org/freedesktop/sample/object/name (interface) D-Bus . (OPTIONS) : --dest=_ . --print-reply . (--type=) method_call . --print-reply=literal . (escape) . --reply-timeout= ( ). . --system (System Bus). --session (Session Bus). ( .) --bus= dbus-daemon . --peer= D-Bus . dbus-send Hello . --sender= . dbus-send . --type=_ method_call signal ( signal ). (EXIT STATUS) . --bus --peer (--sender) (timeout) . (AUTHOR) dbus-send Philip Blundell . (BUGS) D-Bus : (SEE ALSO) dbus-daemon(1) dbus-monitor(1) dbus-launch(1) D-Bus DBUS-SEND(1)