File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77LABEL maintainer="thelamer"
88
99# title
10- ENV TITLE="Arch KDE"
10+ ENV TITLE="Arch KDE" \
11+ NO_GAMEPAD=true
1112
1213RUN \
1314 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
77LABEL maintainer="thelamer"
88
99# title
10- ENV TITLE="Arch KDE"
10+ ENV TITLE="Arch KDE" \
11+ NO_GAMEPAD=true
1112
1213RUN \
1314 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
4949 export GALLIUM_DRIVER=zink
5050fi
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
5457exec dbus-launch /usr/bin/startplasma-x11 > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments