From d5ed82228462f99848d5f3f5363da6c189053b94 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 29 Mar 2026 17:53:57 -0400 Subject: [PATCH] make wayland default --- Dockerfile | 4 +++- Dockerfile.aarch64 | 4 +++- README.md | 1 + readme-vars.yml | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 458f01b..fd14264 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # app title -ENV TITLE=Blender +ENV TITLE=Blender \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 3ff1162..318327b 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # app title -ENV TITLE=Blender +ENV TITLE=Blender \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index 5afe7e8..d0ccc40 100644 --- a/README.md +++ b/README.md @@ -613,6 +613,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **27.12.25:** - Add wayland init logic. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. * **19.08.24:** - Rebase to noble. diff --git a/readme-vars.yml b/readme-vars.yml index a2e3e62..85af345 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -108,6 +108,7 @@ init_diagram: | "blender:latest" <- Base Images # changelog changelogs: + - {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "27.12.25:", desc: "Add wayland init logic."} - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."} - {date: "19.08.24:", desc: "Rebase to noble."}