From 53485eef007df65db3a022719835231b1ed24fc5 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Sun, 15 Oct 2023 20:32:47 +1100 Subject: [PATCH] Wait 2 seconds before starting Wayfire --- startdesk/start-thedesk-wayland.in | 1 + 1 file changed, 1 insertion(+) diff --git a/startdesk/start-thedesk-wayland.in b/startdesk/start-thedesk-wayland.in index 77817f61..4ef31057 100755 --- a/startdesk/start-thedesk-wayland.in +++ b/startdesk/start-thedesk-wayland.in @@ -1,2 +1,3 @@ #!/bin/sh +sleep 2 # Mitigate lightdm bug that causes Wayfire not to start up correctly immediately exec wayfire --config ${CMAKE_INSTALL_FULL_DATADIR}/thedesk/startdesk/wayfire-thedesk-config.conf