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 maintainer="thelamer"
1111
1212# title
1313ENV TITLE=ONLYOFFICE \
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 @@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612
613613# # Versions
614614
615+ * **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616* **28.12.25:** - Add Wayland init logic.
616617* **08.08.25:** - Initial release.
Original file line number Diff line number Diff line change @@ -104,5 +104,6 @@ init_diagram: |
104104 "onlyoffice:latest" <- Base Images
105105# changelog
106106changelogs :
107+ - {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
107108 - {date: "28.12.25:", desc: "Add Wayland init logic."}
108109 - {date: "08.08.25:", desc: "Initial release."}
You can’t perform that action at this time.
0 commit comments