From afc84a433240c3bb1796e765a66fd417c35bfb7a Mon Sep 17 00:00:00 2001 From: thelamer Date: Thu, 17 Jul 2025 10:03:56 -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 f06eee46..2c403220 100755 --- a/root/defaults/startwm.sh +++ b/root/defaults/startwm.sh @@ -13,9 +13,8 @@ setterm powerdown 0 gsettings set org.mate.Marco.general compositing-manager false # 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/mate-session > /dev/null 2>&1