From 929bcb72e0379b4cd8f33f090db31fc4820492bc Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 17 Jul 2025 09:58:12 -0400 Subject: [PATCH] tweaks --- root/defaults/startwm.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root/defaults/startwm.sh b/root/defaults/startwm.sh index da955342..eacbf1d3 100755 --- a/root/defaults/startwm.sh +++ b/root/defaults/startwm.sh @@ -8,9 +8,8 @@ fi # Dbus defaults -export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}" +export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc" mkdir -p -m700 "${XDG_RUNTIME_DIR}" -chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}" # Start DE exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1