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 1ce5755 commit 7fb6041Copy full SHA for 7fb6041
1 file changed
root/defaults/startwm.sh
@@ -5,9 +5,8 @@ setterm blank 0
5
setterm powerdown 0
6
7
# Dbus defaults
8
-export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
+export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
9
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
10
-chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
11
12
# Start DE
13
exec dbus-launch --exit-with-session /usr/bin/i3 > /dev/null 2>&1
0 commit comments