diff --git a/Dockerfile b/Dockerfile index 9d09925..b24e990 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" ENV TITLE="IntelliJ IDEA" \ - NO_GAMEPAD="true" + NO_GAMEPAD="true" \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 81e1d49..0c00dc1 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -11,7 +11,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" ENV TITLE="IntelliJ IDEA" \ - NO_GAMEPAD="true" + NO_GAMEPAD="true" \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index 9360a90..8a2a2c2 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. * **18.02.26:** - Change aarch64 version to best effort. * **28.12.25:** - Add Wayland init logic. * **02.12.25:** - Initial Version. diff --git a/readme-vars.yml b/readme-vars.yml index b9ea187..4f15458 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -103,6 +103,7 @@ init_diagram: | "intellij-idea:latest" <- Base Images # changelog changelogs: + - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "18.02.26:", desc: "Change aarch64 version to best effort."} - {date: "28.12.25:", desc: "Add Wayland init logic."} - {date: "02.12.25:", desc: "Initial Version."}