Skip to content

Commit cd8e76d

Browse files
committed
make wayland default
1 parent 1afdf19 commit cd8e76d

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

1010
# title
1111
ENV TITLE="DOSBox Staging" \
12-
SDL_VIDEO_X11_VISUALID=""
12+
SDL_VIDEO_X11_VISUALID="" \
13+
PIXELFLUX_WAYLAND=true
1314

1415
RUN \
1516
echo "**** add icon ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612

613613
## Versions
614614

615+
* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616
* **28.12.25:** - Add Wayland init logic.
616617
* **30.08.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ init_diagram: |
106106
"dosbox-staging:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
109110
- {date: "28.12.25:", desc: "Add Wayland init logic."}
110111
- {date: "30.08.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)