diff --git a/start-notification-service.sh b/start-notification-service.sh index 301ddc637..af5bc04c1 100644 --- a/start-notification-service.sh +++ b/start-notification-service.sh @@ -61,7 +61,8 @@ class NotificationService: # Connexion au bus DBus bus = SessionBus() -bus.publish("org.freedesktop.Notifications", NotificationService()) +bus.publish("org.freedesktop.Notifications", + ("/org/freedesktop/Notifications", NotificationService())) print("[INFO] Service registered on DBus, waiting for calls.") GLib.MainLoop().run()