mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-28 16:14:36 +02:00
wrap dbus
This commit is contained in:
parent
739cc082fe
commit
96eb52b149
@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||||||
LABEL maintainer="thelamer"
|
LABEL maintainer="thelamer"
|
||||||
|
|
||||||
# title
|
# title
|
||||||
ENV TITLE="Arch KDE"
|
ENV TITLE="Arch KDE" \
|
||||||
|
NO_GAMEPAD=true
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** add icon ****" && \
|
echo "**** add icon ****" && \
|
||||||
|
@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
|
|||||||
LABEL maintainer="thelamer"
|
LABEL maintainer="thelamer"
|
||||||
|
|
||||||
# title
|
# title
|
||||||
ENV TITLE="Arch KDE"
|
ENV TITLE="Arch KDE" \
|
||||||
|
NO_GAMEPAD=true
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** add icon ****" && \
|
echo "**** add icon ****" && \
|
||||||
|
@ -49,6 +49,9 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
|
|||||||
export GALLIUM_DRIVER=zink
|
export GALLIUM_DRIVER=zink
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Dbus defaults
|
||||||
|
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
|
||||||
|
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
|
||||||
|
|
||||||
# Start DE
|
# Start DE
|
||||||
unset LD_PRELOAD
|
|
||||||
exec 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