Re: [Twisted-Python] question : txdbus and dbus-send

2013-04-23 Thread bino
Dear Tom > > --session means you're using the session bus instead of the system bus > (which requires a .service file in a different directory and, possibly, an > entry in /etc/dbus-1/..). The --dest flag, similar to the Name of the > .service file, refers to the bus name rather than the object. '/

Re: [Twisted-Python] question : txdbus and dbus-send

2013-04-22 Thread Tom Cocagne
On Mon, Apr 22, 2013 at 2:25 AM, wrote: > Dear All > I take > > https://github.com/cocagne/txdbus/blob/master/doc/tutorial_examples/simple_server > and save it to /home/bino/Documents/mbink/pythons/coretac/dbus00.py > > It's work as expected when 'called' using > > https://github.com/cocagne/txdb

[Twisted-Python] question : txdbus and dbus-send

2013-04-22 Thread bino
Dear All I take https://github.com/cocagne/txdbus/blob/master/doc/tutorial_examples/simple_server and save it to /home/bino/Documents/mbink/pythons/coretac/dbus00.py bino@bino-pata:~$ ls -la /home/bino/Documents/mbink/pythons/coretac |grep dbus -rwxrwxr-x 1 bino bino 1026 Apr 22 12:08 dbus00.py