diff --git a/Dockerfile b/Dockerfile index 1e4a1e7..85f55a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,9 +38,9 @@ ARG GIMP_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" -# title ENV TITLE=GIMP \ - NO_FULL=true + PIXELFLUX_WAYLAND=true \ + NO_GAMEPAD=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index f82c4fd..4292966 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -38,9 +38,9 @@ ARG GIMP_VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thelamer" -# title ENV TITLE=GIMP \ - NO_FULL=true + PIXELFLUX_WAYLAND=true \ + NO_GAMEPAD=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index ca50231..21adac9 100644 --- a/README.md +++ b/README.md @@ -576,6 +576,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **24.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **28.12.25:** - Add Wayland init logic. * **12.07.25:** - Rebase to Selkies and Debian Trixie, install resynthesizer, HTTPS IS NOW REQUIRED. * **06.12.24:** - Rebase to Alpine 3.21. diff --git a/readme-vars.yml b/readme-vars.yml index a1a4eb2..3a4a080 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -106,6 +106,7 @@ init_diagram: | "gimp:latest" <- Base Images # changelog changelogs: + - {date: "24.03.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 and Debian Trixie, install resynthesizer, HTTPS IS NOW REQUIRED."} - {date: "06.12.24:", desc: "Rebase to Alpine 3.21."}