diff --git a/Dockerfile b/Dockerfile index 093ffde..8d5d22e 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=Zen +ENV TITLE=Zen \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index ae1c86c..23c4053 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=Zen +ENV TITLE=Zen \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index cfa0fb3..3d59fea 100644 --- a/README.md +++ b/README.md @@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **20.12.25:** - Add Wayland init logic. * **19.08.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index ccac200..01f7d25 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -107,5 +107,6 @@ init_diagram: | "zen:latest" <- Base Images # changelog changelogs: + - {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "19.08.25:", desc: "Initial release."}