diff --git a/Dockerfile b/Dockerfile index 7519bff..eae64d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,8 @@ LABEL maintainer="thelamer" # title ENV TITLE=OrcaSlicer \ SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt \ - NO_GAMEPAD=true + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index ea0c885..b9cbf95 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **01.01.26:** - Add wayland init. * **25.11.25:** - Update project repo name. * **15.09.25:** - Rebase to Ubuntu Noble and Selkies, HTTPS is now required. diff --git a/readme-vars.yml b/readme-vars.yml index e68331c..3266ada 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -106,6 +106,7 @@ init_diagram: | "orcaslicer:latest" <- Base Images # changelog changelogs: + - {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "01.01.26:", desc: "Add wayland init."} - {date: "25.11.25:", desc: "Update project repo name."} - {date: "15.09.25:", desc: "Rebase to Ubuntu Noble and Selkies, HTTPS is now required."}