summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2022-03-08 18:22:54 +0000
committerAndre Miranda <andreldm@xfce.org>2022-03-08 18:22:54 +0000
commitc7586056fbc9f2696cea0585754dfe83172b1ba4 (patch)
tree7a382ec14eb1aec27b048f73e8c7be0d770717c3
parent278a0444c3de794ae409b9b1e07853748e653893 (diff)
downloadxfce4-session-master.tar.gz
Increase switch user timeout (!25)HEADmaster
Some display managers (SSDM) take more than 3 seconds to show greeter.
-rw-r--r--xfce4-session/xfsm-shutdown.c2
1 files changed, 1 insertions, 1 deletions
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);