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";