File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ LABEL maintainer="thelamer"
1212# title
1313ENV TITLE=OrcaSlicer \
1414 SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \
15- NO_GAMEPAD=true
15+ NO_GAMEPAD=true \
16+ PIXELFLUX_WAYLAND=true
1617
1718RUN \
1819 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -612,6 +612,7 @@ 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* ** 01.01.26:** - Add wayland init.
616617* ** 25.11.25:** - Update project repo name.
617618* ** 15.09.25:** - Rebase to Ubuntu Noble and Selkies, HTTPS is now required.
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ init_diagram: |
106106 "orcaslicer:latest" <- Base Images
107107# changelog
108108changelogs :
109+ - {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
109110 - {date: "01.01.26:", desc: "Add wayland init."}
110111 - {date: "25.11.25:", desc: "Update project repo name."}
111112 - {date: "15.09.25:", desc: "Rebase to Ubuntu Noble and Selkies, HTTPS is now required."}
You can’t perform that action at this time.
0 commit comments