Update start-notification-service.py
Run CI Tests / test (push) Failing after 47s

This commit is contained in:
2025-08-16 13:07:36 +02:00
parent b081078883
commit 0d3d5d9b8b
+1 -1
View File
@@ -50,7 +50,7 @@ print("[INFO] Starting fake org.freedesktop.Notifications service...")
bus = SessionBus()
print(Gio.DBusNodeInfo.new_for_xml(NOTIF_IFACE_XML))
node_info = Gio.DBusNodeInfo.new_for_xml(NOTIF_IFACE_XML)
bus.request_name("org.freedesktop.Notifications")
#bus.request_name("org.freedesktop.Notifications")
bus.register_object("/org/freedesktop/Notifications",
NotificationService(),
NOTIF_IFACE_XML)