File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
99LABEL maintainer="thelamer"
1010
1111# title
12- ENV TITLE=Chromium
12+ ENV TITLE=Chromium \
13+ PIXELFLUX_WAYLAND=true
1314
1415RUN \
1516 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
99LABEL maintainer="thelamer"
1010
1111# title
12- ENV TITLE=Chromium
12+ ENV TITLE=Chromium \
13+ PIXELFLUX_WAYLAND=true
1314
1415RUN \
1516 echo "**** add icon ****" && \
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ init_diagram: |
114114 "chromium: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: "22.09.25:", desc: "Rebase to Debian Trixie."}
119120 - {date: "01.07.25:", desc: "Add Kasm branch."}
You can’t perform that action at this time.
0 commit comments