]> git.phdru.name Git - xsetbg.git/blobdiff - xsetbg-dbus-client.py
Feat: For TIFF files use `xsetbg`
[xsetbg.git] / xsetbg-dbus-client.py
index 3a0087ae065b50ec32b8f84f6fb9f7b34e1b0150..e3a7825f5eae34fdafe0d7ea81e2234073602b95 100755 (executable)
@@ -3,11 +3,6 @@
 
 """
 
-__author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
-__license__ = "GNU GPL"
-
-
 import sys
 import dbus
 
@@ -18,7 +13,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)()