diff --git a/Dockerfile b/Dockerfile index 35cfaad..461986f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,8 @@ ARG AZAHAR_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" -ENV TITLE=Azahar +ENV TITLE=Azahar \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index 3a6492d..fa4c9a6 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 +* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **20.12.25:** - Add Wayland init logic. * **29.11.25:** - Initial Version. diff --git a/readme-vars.yml b/readme-vars.yml index 944ac25..8441208 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -102,5 +102,6 @@ init_diagram: | "azahar:latest" <- Base Images # changelog changelogs: + - {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "29.11.25:", desc: "Initial Version."}