diff --git a/Dockerfile b/Dockerfile index 7968181..de6a58e 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=Chrome +ENV TITLE=Chrome \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index b341d7e..f648930 100644 --- a/README.md +++ b/README.md @@ -615,6 +615,7 @@ 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. * **22.09.25:** - Rebase to Debian Trixie. * **02.09.25:** - Revert graceful shutdown script to rely on the baseimage fix. diff --git a/readme-vars.yml b/readme-vars.yml index 9f0f7ab..a0f52ae 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -110,6 +110,7 @@ init_diagram: | "chrome: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: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "02.09.25:", desc: "Revert graceful shutdown script to rely on the baseimage fix."}