From c7586056fbc9f2696cea0585754dfe83172b1ba4 Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Tue, 8 Mar 2022 18:22:54 +0000 Subject: Increase switch user timeout (!25) Some display managers (SSDM) take more than 3 seconds to show greeter. --- xfce4-session/xfsm-shutdown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-session/xfsm-shutdown.c b/xfce4-session/xfsm-shutdown.c index 7e38d046..95a079e7 100644 --- a/xfce4-session/xfsm-shutdown.c +++ b/xfce4-session/xfsm-shutdown.c @@ -387,7 +387,7 @@ xfsm_shutdown_try_switch_user (XfsmShutdown *shutdown, "SwitchToGreeter", g_variant_new ("()"), G_DBUS_CALL_FLAGS_NONE, - 3000, + 5000, NULL, error); -- cgit v1.2.1