From 053f39d73ad100a8c55122ba5bb3571a52edfdab Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 17 Jul 2025 10:05:18 -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 b7ab6c44..1a8fda5e 100755 --- a/root/defaults/startwm.sh +++ b/root/defaults/startwm.sh @@ -14,9 +14,8 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then 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