diff --git a/Dockerfile b/Dockerfile index 73e22ff..7ae9fb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE="Bitcoin Knots" +ENV TITLE="Bitcoin Knots" \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index a2029e7..9a5733b 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE="Bitcoin Knots" +ENV TITLE="Bitcoin Knots" \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index 5734da0..a00f6e7 100644 --- a/README.md +++ b/README.md @@ -615,5 +615,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **02.01.26:** - Add Wayland init logic. * **09.09.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index c86ee27..5331e80 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -107,5 +107,6 @@ init_diagram: | "bitcoin-knots:latest" <- Base Images # changelog changelogs: + - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "02.01.26:", desc: "Add Wayland init logic."} - {date: "09.09.25:", desc: "Initial release."}