From 36fc1fb4d4d2bad922c584bcacb156b905f53ca1 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sun, 10 Mar 2024 01:20:04 +0100 Subject: [PATCH] Ensure autostart directory exists --- scripts/Common/Config/UserProfile/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Common/Config/UserProfile/install.sh b/scripts/Common/Config/UserProfile/install.sh index 3ff6c705..1d449fab 100755 --- a/scripts/Common/Config/UserProfile/install.sh +++ b/scripts/Common/Config/UserProfile/install.sh @@ -6,6 +6,7 @@ INSTALL_FONTS="${INSTALL_FONTS}"; if [ "$XDG_SESSION_TYPE" = "tty" ] then entryPoint=~/.config/autostart/PortValhallaProfile.desktop; + mkdir -p "$(dirname "$entryPoint")"; { echo "#!/usr/bin/env xdg-open";