Skip to content

Commit 81e4820

Browse files
authored
Merge pull request #18 from linuxserver/wayland-default
make wayland default
2 parents 449cfea + 5fea7e0 commit 81e4820

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
@@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111

1212
# title
1313
ENV TITLE=Cura \
14-
NO_GAMEPAD=true
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

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

0 commit comments

Comments
 (0)