mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-23 21:55:36 +02:00
wrap dbus
This commit is contained in:
parent
488c93f30c
commit
44c776c553
@ -12,5 +12,10 @@ setterm blank 0
|
||||
setterm powerdown 0
|
||||
gsettings set org.mate.Marco.general compositing-manager false
|
||||
|
||||
# Launch DE
|
||||
/usr/bin/mate-session > /dev/null 2>&1
|
||||
# Dbus defaults
|
||||
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-${PUID}"
|
||||
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
|
||||
chown -R "${PUID}:${PGID}" "${XDG_RUNTIME_DIR}"
|
||||
|
||||
# Start DE
|
||||
exec dbus-launch --exit-with-session /usr/bin/mate-session > /dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user