diff --git a/Dockerfile b/Dockerfile index 6645d7f..1cede3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="thelamer" # title ENV TITLE=Firefox \ - NO_GAMEPAD=true + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index c7c8fc3..ca4f91f 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -11,7 +11,8 @@ LABEL maintainer="thelamer" # title ENV TITLE=Firefox \ - NO_GAMEPAD=true + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index 4a680ce..035bf6d 100644 --- a/README.md +++ b/README.md @@ -624,6 +624,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. * **26.08.25:** - Suppress sandbox security warning as it's misleading inside a container. * **16.08.25:** - Add proper cleanup logic for builds. diff --git a/readme-vars.yml b/readme-vars.yml index f81f620..3d7a692 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -114,6 +114,7 @@ init_diagram: | "firefox: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: "26.08.25:", desc: "Suppress sandbox security warning as it's misleading inside a container."} - {date: "16.08.25:", desc: "Add proper cleanup logic for builds."}