mirror of
https://github.com/linuxserver/docker-webtop.git
synced 2025-07-26 15:14:24 +02:00
wrap dbus
This commit is contained in:
parent
a3597191b7
commit
155a82b917
@ -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="Fedora KDE"
|
ENV TITLE="Fedora 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="Fedora KDE"
|
ENV TITLE="Fedora KDE" \
|
||||||
|
NO_GAMEPAD=true
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
echo "**** add icon ****" && \
|
echo "**** add icon ****" && \
|
||||||
|
@ -52,6 +52,9 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
|
|||||||
export GALLIUM_DRIVER=zink
|
export GALLIUM_DRIVER=zink
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Stat DE
|
# Dbus defaults
|
||||||
unset LD_PRELOAD
|
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
|
||||||
/usr/bin/startplasma-x11 > /dev/null 2>&1
|
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
|
||||||
|
|
||||||
|
# Start DE
|
||||||
|
exec dbus-launch --exit-with-session /usr/bin/startplasma-x11 > /dev/null 2>&1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user