We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869e3cd commit 9f1834fCopy full SHA for 9f1834f
1 file changed
root/defaults/startwm.sh
@@ -8,9 +8,8 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
8
fi
9
10
# Dbus defaults
11
-export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
+export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
12
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
13
-chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
14
15
# Start DE
16
exec dbus-launch --exit-with-session /usr/bin/openbox-session > /dev/null 2>&1
0 commit comments