File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1111LABEL maintainer="thelamer"
1212
1313ENV TITLE="IntelliJ IDEA" \
14- NO_GAMEPAD="true"
14+ NO_GAMEPAD="true" \
15+ PIXELFLUX_WAYLAND=true
1516
1617RUN \
1718 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1111LABEL maintainer="thelamer"
1212
1313ENV TITLE="IntelliJ IDEA" \
14- NO_GAMEPAD="true"
14+ NO_GAMEPAD="true" \
15+ PIXELFLUX_WAYLAND=true
1516
1617RUN \
1718 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -639,6 +639,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
639639
640640# # Versions
641641
642+ * **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
642643* **18.02.26:** - Change aarch64 version to best effort.
643644* **28.12.25:** - Add Wayland init logic.
644645* **02.12.25:** - Initial Version.
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ init_diagram: |
103103 "intellij-idea:latest" <- Base Images
104104# changelog
105105changelogs :
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."}
You can’t perform that action at this time.
0 commit comments