X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg-dbus.py;h=7e724b64a3a726e61aa2ef63b5b4457578bdf2fb;hb=ca87efede46efbe19462a5b13b1e1c86562309df;hp=11570bc720c6c3933be61fafcba3409fd2a4eea4;hpb=9f11c26113add5270ade4da28c7a2adb84194b1b;p=xsetbg.git diff --git a/xsetbg-dbus.py b/xsetbg-dbus.py index 11570bc..7e724b6 100755 --- a/xsetbg-dbus.py +++ b/xsetbg-dbus.py @@ -3,10 +3,6 @@ """ -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" -__license__ = "GNU GPL" - import gobject import dbus @@ -36,7 +32,7 @@ if __name__ == '__main__': session_bus = dbus.SessionBus() name = dbus.service.BusName("name.phdru.XSetBg", session_bus) - object = XsetBg(session_bus, '/XSetBg') + object = XsetBg(session_bus, '/name/phdru/XSetBg') change(force=True) mainloop = gobject.MainLoop()