Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"

# title
ENV TITLE=GZDoom \
DOOMWADDIR="/config/Desktop"
DOOMWADDIR="/config/Desktop" \
PIXELFLUX_WAYLAND=true

RUN \
echo "**** add icon ****" && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"

# title
ENV TITLE=GZDoom \
DOOMWADDIR="/config/Desktop"
DOOMWADDIR="/config/Desktop" \
PIXELFLUX_WAYLAND=true

RUN \
echo "**** add icon ****" && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."}