Skip to content

Commit 96eb52b

Browse files
committed
wrap dbus
1 parent 739cc08 commit 96eb52b

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Arch KDE"
10+
ENV TITLE="Arch KDE" \
11+
NO_GAMEPAD=true
1112

1213
RUN \
1314
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77
LABEL maintainer="thelamer"
88

99
# title
10-
ENV TITLE="Arch KDE"
10+
ENV TITLE="Arch KDE" \
11+
NO_GAMEPAD=true
1112

1213
RUN \
1314
echo "**** add icon ****" && \

root/defaults/startwm.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
4949
export GALLIUM_DRIVER=zink
5050
fi
5151

52+
# Dbus defaults
53+
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
54+
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
55+
5256
# Start DE
53-
unset LD_PRELOAD
5457
exec dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1

0 commit comments

Comments
 (0)