From 272a830960bd35c6a06cb3b3a74b71ad083f5dfd Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 28 Dec 2025 11:58:01 -0500 Subject: [PATCH] disable gamepad --- Dockerfile | 3 ++- Dockerfile.aarch64 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a21c342..96c5bbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE=darktable +ENV TITLE=darktable \ + NO_GAMEPAD=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e4b6f68..7ea6f1f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE=darktable +ENV TITLE=darktable \ + NO_GAMEPAD=true RUN \ echo "**** add icon ****" && \