Skip to content

Commit 9f1834f

Browse files
committed
tweaks
1 parent 869e3cd commit 9f1834f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

root/defaults/startwm.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
88
fi
99

1010
# Dbus defaults
11-
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
11+
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
1212
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
13-
chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
1413

1514
# Start DE
1615
exec dbus-launch --exit-with-session /usr/bin/openbox-session > /dev/null 2>&1

0 commit comments

Comments
 (0)