File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010LABEL maintainer="thelamer"
1111
1212# title
13- ENV TITLE="Bitcoin Knots"
13+ ENV TITLE="Bitcoin Knots" \
14+ NO_GAMEPAD=true \
15+ PIXELFLUX_WAYLAND=true
1416
1517RUN \
1618 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010LABEL maintainer="thelamer"
1111
1212# title
13- ENV TITLE="Bitcoin Knots"
13+ ENV TITLE="Bitcoin Knots" \
14+ NO_GAMEPAD=true \
15+ PIXELFLUX_WAYLAND=true
1416
1517RUN \
1618 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -615,5 +615,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
615615
616616# # Versions
617617
618+ * **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
618619* **02.01.26:** - Add Wayland init logic.
619620* **09.09.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -107,5 +107,6 @@ init_diagram: |
107107 "bitcoin-knots:latest" <- Base Images
108108# changelog
109109changelogs :
110+ - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111 - {date: "02.01.26:", desc: "Add Wayland init logic."}
111112 - {date: "09.09.25:", desc: "Initial release."}
You can’t perform that action at this time.
0 commit comments