wrap dbus

This commit is contained in:
thelamer 2025-07-17 11:06:05 -04:00
parent 739cc082fe
commit 96eb52b149
No known key found for this signature in database
3 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thelamer"
# title
ENV TITLE="Arch KDE"
ENV TITLE="Arch KDE" \
NO_GAMEPAD=true
RUN \
echo "**** add icon ****" && \

View File

@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="thelamer"
# title
ENV TITLE="Arch KDE"
ENV TITLE="Arch KDE" \
NO_GAMEPAD=true
RUN \
echo "**** add icon ****" && \

View File

@ -49,6 +49,9 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
export GALLIUM_DRIVER=zink
fi
# Dbus defaults
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
# Start DE
unset LD_PRELOAD
exec dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1