X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg-dbus.py;h=7e724b64a3a726e61aa2ef63b5b4457578bdf2fb;hb=d6edab4a0f2b32288b355269da94813007c6ba00;hp=befde967677bf0251a5ecf845a9ee55c13a1901f;hpb=4242715e912be3d0c44f0be3976744107e4502f5;p=xsetbg.git diff --git a/xsetbg-dbus.py b/xsetbg-dbus.py index befde96..7e724b6 100755 --- a/xsetbg-dbus.py +++ b/xsetbg-dbus.py @@ -3,14 +3,6 @@ """ -__version__ = "$Revision$"[11:-2] -__revision__ = "$Id$"[5:-2] -__date__ = "$Date$"[7:-2] - -__author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2000-2011 PhiloSoft Design" -__license__ = "GNU GPL" - import gobject import dbus @@ -40,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()