From c1de08e792ce5a136d2e539fdf5fa1b1941eeb1f Mon Sep 17 00:00:00 2001 From: Mosnar23 Date: Fri, 6 Mar 2026 16:44:40 -0800 Subject: [PATCH] Added delay to autostart to prevent it from failing --- data/warpinator-autostart.desktop | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/warpinator-autostart.desktop b/data/warpinator-autostart.desktop index 1ee03adec..fe8115190 100644 --- a/data/warpinator-autostart.desktop +++ b/data/warpinator-autostart.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Name=Warpinator -Comment=Transfer files from one computer to another on the local network +Comment=Send and Receive Files across the Network Icon=org.x.Warpinator # the autostart argument tells /usr/bin/warpinator to check our autostart gsettings key and either keeps # going or exits immediately. @@ -9,3 +9,5 @@ Exec=warpinator --autostart Categories=GNOME;GTK;Utility; NoDisplay=true +X-GNOME-Autostart-Delay=10 +X-MATE-Autostart-Delay=10 \ No newline at end of file