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=Cura \
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 @@ -614,6 +614,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
614614
615615# # Versions
616616
617+ * **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
617618* **28.12.25:** - Add Wayland init logic, rebase to Noble.
618619* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
619620* **03.06.24:** - Update ingestion from GitHub to handle RC releases.
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ init_diagram: |
108108 "cura:latest" <- Base Images
109109# changelog
110110changelogs :
111+ - {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
111112 - {date: "28.12.25:", desc: "Add Wayland init logic, rebase to Noble."}
112113 - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
113114 - {date: "03.06.24:", desc: "Update ingestion from GitHub to handle RC releases."}
You can’t perform that action at this time.
0 commit comments