]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-dbus-client.py
Version 5.0.2
[xsetbg.git] / xsetbg-dbus-client.py
old mode 100644 (file)
new mode 100755 (executable)
index 3a0087a..6775159
@@ -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)()