From 79f419d79c50ddca09209404d0cbc2d3b4f33429 Mon Sep 17 00:00:00 2001 From: Jonathan Weth Date: Mon, 20 Jul 2020 16:55:07 +0200 Subject: Implement basic session daemon --- test_client.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test_client.py (limited to 'test_client.py') diff --git a/test_client.py b/test_client.py new file mode 100644 index 0000000..cd7d338 --- /dev/null +++ b/test_client.py @@ -0,0 +1,10 @@ +import dbus + +bus = dbus.SessionBus() + + +time = bus.get_object("de.rwa.rwa", "/RWA") + + +curr = time.start() +print("Your VNC session is", curr) -- cgit v1.2.3