Skip to content

Commit 421cc4a

Browse files
authored
Merge pull request #72 from linuxserver/wayland-default
make wayland default
2 parents 2fa097a + 0af68ca commit 421cc4a

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
@@ -9,7 +9,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
99
LABEL maintainer="thelamer"
1010

1111
# title
12-
ENV TITLE=Chromium
12+
ENV TITLE=Chromium \
13+
PIXELFLUX_WAYLAND=true
1314

1415
RUN \
1516
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
99
LABEL maintainer="thelamer"
1010

1111
# title
12-
ENV TITLE=Chromium
12+
ENV TITLE=Chromium \
13+
PIXELFLUX_WAYLAND=true
1314

1415
RUN \
1516
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
* **22.09.25:** - Rebase to Debian Trixie.
629630
* **01.07.25:** - Add Kasm branch.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ init_diagram: |
114114
"chromium: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: "22.09.25:", desc: "Rebase to Debian Trixie."}
119120
- {date: "01.07.25:", desc: "Add Kasm branch."}

0 commit comments

Comments
 (0)