diff --git a/Dockerfile b/Dockerfile index 6816b86d..d9460736 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 32977471..a02a04ac 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 ****" && \ diff --git a/root/defaults/startwm.sh b/root/defaults/startwm.sh index 717fa4ea..9ce11092 100755 --- a/root/defaults/startwm.sh +++ b/root/defaults/startwm.sh @@ -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