]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-dbus-client.py
Use longer path to make in unique
[xsetbg.git] / xsetbg-dbus-client.py
index 3a0087ae065b50ec32b8f84f6fb9f7b34e1b0150..6775159a09d4b6f6e98eaab883d785a716596591 100755 (executable)
@@ -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)()