File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111
1212# title
1313ENV TITLE=Firefox \
14- NO_GAMEPAD=true
14+ NO_GAMEPAD=true \
15+ PIXELFLUX_WAYLAND=true
1516
1617RUN \
1718 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111
1212# title
1313ENV TITLE=Firefox \
14- NO_GAMEPAD=true
14+ NO_GAMEPAD=true \
15+ PIXELFLUX_WAYLAND=true
1516
1617RUN \
1718 echo "**** add icon ****" && \
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ init_diagram: |
114114 "firefox:latest" <- Base Images
115115# changelog
116116changelogs :
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."}
You can’t perform that action at this time.
0 commit comments