Skip to content

Commit 6d382f9

Browse files
committed
make wayland default
1 parent c9de14a commit 6d382f9

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111

1212
# title
1313
ENV TITLE=Firefox \
14-
NO_GAMEPAD=true
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111

1212
# title
1313
ENV TITLE=Firefox \
14-
NO_GAMEPAD=true
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \

README.md

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

625625
## Versions
626626

627+
* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
627628
* **20.12.25:** - Add Wayland init logic.
628629
* **26.08.25:** - Suppress sandbox security warning as it's misleading inside a container.
629630
* **16.08.25:** - Add proper cleanup logic for builds.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ init_diagram: |
114114
"firefox:latest" <- Base Images
115115
# changelog
116116
changelogs:
117+
- {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
117118
- {date: "20.12.25:", desc: "Add Wayland init logic."}
118119
- {date: "26.08.25:", desc: "Suppress sandbox security warning as it's misleading inside a container."}
119120
- {date: "16.08.25:", desc: "Add proper cleanup logic for builds."}

0 commit comments

Comments
 (0)