From e6a6e7a0d5b9e0abf782a3148cba8de0ec6ca56c Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 17 Jul 2025 10:03:22 -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 372199e9..c4040e1e 100755 --- a/root/defaults/startwm.sh +++ b/root/defaults/startwm.sh @@ -50,9 +50,8 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; 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/startplasma-x11 > /dev/null 2>&1