Skip to content

Commit 929bcb7

Browse files
committed
tweaks
1 parent 0ba820e commit 929bcb7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

root/defaults/startwm.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ fi
88

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/xfce4-session > /dev/null 2>&1

0 commit comments

Comments
 (0)