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