From 771980a24e4ab23032eab537ba7b7ce9945d6247 Mon Sep 17 00:00:00 2001 From: thelamer Date: Fri, 3 Apr 2026 11:27:29 -0400 Subject: [PATCH] make wayland default --- Dockerfile | 4 +++- README.md | 1 + readme-vars.yml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61ba4df..39c9db6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="aptalca" # title -ENV TITLE=Audacity +ENV TITLE=Audacity \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index 1770e93..26cb6ee 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **28.12.25:** - Add Wayland init logic. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. * **31.10.24:** - Fix artifact name. diff --git a/readme-vars.yml b/readme-vars.yml index be3ec5c..677481d 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -106,6 +106,7 @@ init_diagram: | "audacity:latest" <- Base Images # changelog changelogs: + - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "28.12.25:", desc: "Add Wayland init logic."} - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."} - {date: "31.10.24:", desc: "Fix artifact name."}