diff --git a/Dockerfile b/Dockerfile index b354989..211ef33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="thelamer" # app title ENV TITLE=Kdenlive \ - NO_GAMEPAD=true + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 55b7d85..cf45fec 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -11,7 +11,8 @@ LABEL maintainer="thelamer" # app title ENV TITLE=Kdenlive \ - NO_GAMEPAD=true + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index 7b8e08a..0926879 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 +* **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **28.12.25:** - Add Wayland init logic. * **22.09.25:** - Rebase to Arch latest Appimage no longer working on Deb distros. Build for arm64 again. * **06.08.25:** - Fix cpu bug, disable gamepad by default. diff --git a/readme-vars.yml b/readme-vars.yml index 6ed3ef6..ab46f49 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -103,6 +103,7 @@ init_diagram: | "kdenlive:latest" <- Base Images # changelog changelogs: + - {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "28.12.25:", desc: "Add Wayland init logic."} - {date: "22.09.25:", desc: "Rebase to Arch latest Appimage no longer working on Deb distros. Build for arm64 again."} - {date: "06.08.25:", desc: "Fix cpu bug, disable gamepad by default."}