Relax freedesktop notification DBus timeouts

This commit is contained in:
2026-05-27 11:01:52 -06:00
parent d93c9aa780
commit 99f02cd8e1

View File

@@ -75,7 +75,7 @@ notification_backend_show (const char *title, const char *text)
"Notify",
g_variant_builder_end (&params),
G_DBUS_CALL_FLAGS_NONE,
1000,
-1,
NULL,
(GAsyncReadyCallback)on_notify_ready,
NULL);
@@ -108,7 +108,7 @@ notification_backend_init (const char **error)
"GetCapabilities",
NULL,
G_DBUS_CALL_FLAGS_NONE,
30,
1000,
NULL,
&err);