wrap dbus

This commit is contained in:
thelamer 2025-07-17 09:06:18 -04:00
parent a3597191b7
commit 155a82b917
No known key found for this signature in database
3 changed files with 10 additions and 5 deletions

View File

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

View File

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