From 84ff5eca824064f8dc488726875c598b8b793ab8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 29 Sep 2023 09:07:59 +0300 Subject: [PATCH] sway: sleep before lith starts for keyring to be present --- conf/sway/config.d/autostart-communication.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/sway/config.d/autostart-communication.conf b/conf/sway/config.d/autostart-communication.conf index 74e34a13..f66c67c4 100644 --- a/conf/sway/config.d/autostart-communication.conf +++ b/conf/sway/config.d/autostart-communication.conf @@ -27,5 +27,6 @@ exec --no-startup-id flatpak run im.dino.Dino --gapplication-service # Mattermost, I fear it's Electron. #exec --no-startup-id flatpak run com.mattermost.Desktop -# Lith, WeeChat Relay client -exec --no-startup-id flatpak run app.lith.Lith +# Lith, WeeChat Relay client. Sleeping so keyring has time to start first, +# otherwise the NextCloud issue of starting too early on SSD happens +exec --no-startup-id sleep 15 && flatpak run app.lith.Lith