From beb01fa416ae51e0fbfbedb3dd67e165c2c37b93 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sat, 16 Aug 2025 11:21:26 +0200 Subject: [PATCH] Update start-notification-service.sh --- start-notification-service.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()