mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-26 23:24:42 +02:00
wrap dbus
This commit is contained in:
parent
a21650fbd8
commit
63e5a397f5
@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
||||
LABEL maintainer="thelamer"
|
||||
|
||||
# title
|
||||
ENV TITLE="Debian KDE"
|
||||
ENV TITLE="Debian KDE" \
|
||||
NO_GAMEPAD=true
|
||||
|
||||
RUN \
|
||||
echo "**** add icon ****" && \
|
||||
|
@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
||||
LABEL maintainer="thelamer"
|
||||
|
||||
# title
|
||||
ENV TITLE="Debian KDE"
|
||||
ENV TITLE="Debian KDE" \
|
||||
NO_GAMEPAD=true
|
||||
|
||||
RUN \
|
||||
echo "**** add icon ****" && \
|
||||
|
@ -49,5 +49,10 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
|
||||
export GALLIUM_DRIVER=zink
|
||||
fi
|
||||
|
||||
# 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
|
||||
dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1
|
||||
exec dbus-launch --exit-with-session /usr/bin/startplasma-x11 > /dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user