This commit is contained in:
thelamer 2025-07-17 09:59:11 -04:00
parent 68f3c5ab90
commit 71d751b853
No known key found for this signature in database

View File

@ -5,9 +5,8 @@ setterm blank 0
setterm powerdown 0
# 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