X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg-dbus-client.py;h=6775159a09d4b6f6e98eaab883d785a716596591;hb=36fc78a24c5fcf75cb5301a3a1c402a7a6d26dd8;hp=3a0087ae065b50ec32b8f84f6fb9f7b34e1b0150;hpb=9f11c26113add5270ade4da28c7a2adb84194b1b;p=xsetbg.git diff --git a/xsetbg-dbus-client.py b/xsetbg-dbus-client.py old mode 100644 new mode 100755 index 3a0087a..6775159 --- 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)()