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)