From 0bb8502f316d856842d26d30a417f994db5b90be Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 3 Jul 2026 13:43:41 +0530 Subject: [PATCH] Increase timeout for receiving capabilities from notification daemon Fixes #10215 --- glfw/linux_notify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/linux_notify.c b/glfw/linux_notify.c index 8bcb10ca9..cfcb4c2ab 100644 --- a/glfw/linux_notify.c +++ b/glfw/linux_notify.c @@ -123,7 +123,7 @@ got_capabilities(DBusMessage *msg, const DBusError* err, void* data UNUSED) { static bool get_capabilities(DBusConnection *session_bus) { - return glfw_dbus_call_method_with_reply(session_bus, NOTIFICATIONS_SERVICE, NOTIFICATIONS_PATH, NOTIFICATIONS_IFACE, "GetCapabilities", 60, got_capabilities, NULL, DBUS_TYPE_INVALID); + return glfw_dbus_call_method_with_reply(session_bus, NOTIFICATIONS_SERVICE, NOTIFICATIONS_PATH, NOTIFICATIONS_IFACE, "GetCapabilities", 1000, got_capabilities, NULL, DBUS_TYPE_INVALID); } notification_id_type