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 0ba820e commit 929bcb7Copy full SHA for 929bcb7
root/defaults/startwm.sh
@@ -8,9 +8,8 @@ fi
8
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/xfce4-session > /dev/null 2>&1
0 commit comments