X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=inline;f=xsetbg-dbus-client.py;h=6775159a09d4b6f6e98eaab883d785a716596591;hb=b20fb654e4b89e7891e928c1c6f9d67a937b1004;hp=3a0087ae065b50ec32b8f84f6fb9f7b34e1b0150;hpb=256c9d813e1ec3cca260ab5f9f2bbaa172115044;p=xsetbg.git diff --git a/xsetbg-dbus-client.py b/xsetbg-dbus-client.py index 3a0087a..6775159 100755 --- a/xsetbg-dbus-client.py +++ b/xsetbg-dbus-client.py @@ -18,7 +18,7 @@ def main(): sys.exit('Usage: %s command' % sys.argv[0]) bus = dbus.SessionBus() - remote_object = bus.get_object("name.phdru.XSetBg", "/XSetBg") + remote_object = bus.get_object("name.phdru.XSetBg", "/name/phdru/XSetBg") iface = dbus.Interface(remote_object, "name.phdru.XSetBg") getattr(iface, command)()