This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user