This commit is contained in:
thelamer 2025-07-17 10:03:22 -04:00
parent 531efcf951
commit e6a6e7a0d5
No known key found for this signature in database

View File

@ -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