mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-23 05:35:09 +02:00
wrap dbus
This commit is contained in:
parent
944e962c5f
commit
b0dd5f0c27
@ -13,5 +13,9 @@ if [ ! -d "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml ]; then
|
||||
cp /defaults/xfce/* "${HOME}"/.config/xfce4/xfconf/xfce-perchannel-xml/
|
||||
fi
|
||||
|
||||
# Dbus defaults
|
||||
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
|
||||
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
|
||||
|
||||
# Start DE
|
||||
exec dbus-launch /usr/bin/xfce4-session > /dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user