mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-28 16:14:36 +02:00
tweaks
This commit is contained in:
parent
3d262d4deb
commit
053f39d73a
@ -14,9 +14,8 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
|
||||
fi
|
||||
|
||||
# Dbus defaults
|
||||
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
|
||||
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
|
||||
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
|
||||
chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
|
||||
|
||||
# Start DE
|
||||
exec dbus-launch --exit-with-session /usr/bin/xfce4-session > /dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user