mirror of
https://github.com/linuxserver/docker-gzdoom.git
synced 2026-03-30 00:03:35 +08:00
Merge pull request #3 from linuxserver/wayland-default
make wayland default
This commit is contained in:
commit
b9577ee315
@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
|
||||
|
||||
# title
|
||||
ENV TITLE=GZDoom \
|
||||
DOOMWADDIR="/config/Desktop"
|
||||
DOOMWADDIR="/config/Desktop" \
|
||||
PIXELFLUX_WAYLAND=true
|
||||
|
||||
RUN \
|
||||
echo "**** add icon ****" && \
|
||||
|
||||
@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
|
||||
|
||||
# title
|
||||
ENV TITLE=GZDoom \
|
||||
DOOMWADDIR="/config/Desktop"
|
||||
DOOMWADDIR="/config/Desktop" \
|
||||
PIXELFLUX_WAYLAND=true
|
||||
|
||||
RUN \
|
||||
echo "**** add icon ****" && \
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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."}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user