From 7aa9caa512f5aa7ebc234a93503e602e014b49bf Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 2 Jun 2024 15:04:10 -0700 Subject: [PATCH] Ensure the autostart directory is there --- install/ulauncher.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/ulauncher.sh b/install/ulauncher.sh index a8fb461..2811549 100644 --- a/install/ulauncher.sh +++ b/install/ulauncher.sh @@ -5,6 +5,7 @@ if ! command -v ulauncher &>/dev/null; then sudo apt install -y ulauncher # Start ulauncher to have it populate config before we overwrite + mkdir -p ~/.config/autostart/ cp ~/.local/share/omakub/configs/ulauncher.desktop ~/.config/autostart/ulauncher.desktop gtk-launch ulauncher.desktop sleep 2 # ensure enough time for ulauncher to set defaults