From 0d3d5d9b8b6091ecd9a0c7333d08509e2fed6b53 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Sat, 16 Aug 2025 13:07:36 +0200 Subject: [PATCH] Update start-notification-service.py --- start-notification-service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start-notification-service.py b/start-notification-service.py index bb9be813..081e3064 100644 --- a/start-notification-service.py +++ b/start-notification-service.py @@ -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)