Skip to content

Commit e55ac79

Browse files
committed
make wayland default
1 parent 75cc9aa commit e55ac79

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1111
LABEL maintainer="thelamer"
1212

1313
ENV TITLE="IntelliJ IDEA" \
14-
NO_GAMEPAD="true"
14+
NO_GAMEPAD="true" \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1111
LABEL maintainer="thelamer"
1212

1313
ENV TITLE="IntelliJ IDEA" \
14-
NO_GAMEPAD="true"
14+
NO_GAMEPAD="true" \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612

613613
## Versions
614614

615+
* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616
* **18.02.26:** - Change aarch64 version to best effort.
616617
* **28.12.25:** - Add Wayland init logic.
617618
* **02.12.25:** - Initial Version.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ init_diagram: |
103103
"intellij-idea:latest" <- Base Images
104104
# changelog
105105
changelogs:
106+
- {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
106107
- {date: "18.02.26:", desc: "Change aarch64 version to best effort."}
107108
- {date: "28.12.25:", desc: "Add Wayland init logic."}
108109
- {date: "02.12.25:", desc: "Initial Version."}

0 commit comments

Comments
 (0)