Update start-notification-service.sh
Run CI Tests / test (push) Failing after 1m20s

This commit is contained in:
2025-08-16 11:21:26 +02:00
parent d22cadf8c1
commit beb01fa416
+2 -1
View File
@@ -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()