Skip to content

Commit e70e2f7

Browse files
committed
make wayland default
1 parent 3542997 commit e70e2f7

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88
LABEL maintainer="thelamer"
99

1010
# title
11-
ENV TITLE=melonDS
11+
ENV TITLE=melonDS \
12+
PIXELFLUX_WAYLAND=true
1213

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

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
88
LABEL maintainer="thelamer"
99

1010
# title
11-
ENV TITLE=melonDS
11+
ENV TITLE=melonDS \
12+
PIXELFLUX_WAYLAND=true
1213

1314
RUN \
1415
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
* **20.12.25:** - Add Wayland init logic.
616617
* **29.08.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,6 @@ init_diagram: |
107107
"melonds:latest" <- Base Images
108108
# changelog
109109
changelogs:
110+
- {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111
- {date: "20.12.25:", desc: "Add Wayland init logic."}
111112
- {date: "29.08.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)