Skip to content

Commit 0c15d56

Browse files
committed
make wayland default
1 parent ed0fe95 commit 0c15d56

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ LABEL maintainer="thelamer"
1212
# title
1313
ENV 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

1718
RUN \
1819
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+
* **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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ init_diagram: |
106106
"orcaslicer:latest" <- Base Images
107107
# changelog
108108
changelogs:
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."}

0 commit comments

Comments
 (0)