Skip to content

Commit 4618c00

Browse files
authored
Merge pull request #89 from linuxserver/wayland-default
make wayland default
2 parents 732a909 + 6d382f9 commit 4618c00

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
@@ -651,6 +651,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
651651

652652
## Versions
653653

654+
* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
654655
* **20.12.25:** - Add Wayland init logic.
655656
* **26.08.25:** - Suppress sandbox security warning as it's misleading inside a container.
656657
* **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)