X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=xsetbg-dbus.py;h=48c3f6626bbbca6cecf06293bffc1a78511678dc;hb=4e7394a7e103cf0633cc9c42d9959aa94f2d7c9a;hp=11570bc720c6c3933be61fafcba3409fd2a4eea4;hpb=0c025723c34e9be1993b0e8f2a597a09fcd31d22;p=xsetbg.git diff --git a/xsetbg-dbus.py b/xsetbg-dbus.py index 11570bc..48c3f66 100755 --- a/xsetbg-dbus.py +++ b/xsetbg-dbus.py @@ -36,7 +36,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()