Merge pull request #3 from linuxserver/wayland-default

make wayland default
This commit is contained in:
Ryan Kuba 2026-03-17 15:00:28 -04:00 committed by GitHub
commit b9577ee315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
# title
ENV TITLE=GZDoom \
DOOMWADDIR="/config/Desktop"
DOOMWADDIR="/config/Desktop" \
PIXELFLUX_WAYLAND=true
RUN \
echo "**** add icon ****" && \

View File

@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
# title
ENV TITLE=GZDoom \
DOOMWADDIR="/config/Desktop"
DOOMWADDIR="/config/Desktop" \
PIXELFLUX_WAYLAND=true
RUN \
echo "**** add icon ****" && \

View File

@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
* **28.12.25:** - Add Wayland init logic.
* **04.07.25:** - Initial release.

View File

@ -107,5 +107,6 @@ init_diagram: |
"gzdoom:latest" <- Base Images
# changelog
changelogs:
- {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
- {date: "28.12.25:", desc: "Add Wayland init logic."}
- {date: "04.07.25:", desc: "Initial release."}