mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-28 08:04:50 +02:00
wrap dbus
This commit is contained in:
parent
51c152afda
commit
eeba7925ad
@ -12,7 +12,7 @@ fi
|
||||
setterm blank 0
|
||||
setterm powerdown 0
|
||||
|
||||
# Direcotries
|
||||
# Directories
|
||||
sudo rm -f /usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service
|
||||
mkdir -p "${HOME}/.config/autostart" "${HOME}/.XDG" "${HOME}/.local/share/"
|
||||
chmod 700 "${HOME}/.XDG"
|
||||
@ -49,6 +49,6 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
|
||||
export GALLIUM_DRIVER=zink
|
||||
fi
|
||||
|
||||
# Stat DE
|
||||
# Start DE
|
||||
unset LD_PRELOAD
|
||||
dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1
|
||||
exec dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user