File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010LABEL maintainer="thelamer"
1111
1212# title
13- ENV TITLE=Chrome
13+ ENV TITLE=Chrome \
14+ PIXELFLUX_WAYLAND=true
1415
1516RUN \
1617 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -615,6 +615,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
615615
616616# # Versions
617617
618+ * ** 31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
618619* ** 20.12.25:** - Add Wayland init logic.
619620* ** 22.09.25:** - Rebase to Debian Trixie.
620621* ** 02.09.25:** - Revert graceful shutdown script to rely on the baseimage fix.
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ init_diagram: |
110110 "chrome:latest" <- Base Images
111111# changelog
112112changelogs :
113+ - {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
113114 - {date: "20.12.25:", desc: "Add Wayland init logic."}
114115 - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
115116 - {date: "02.09.25:", desc: "Revert graceful shutdown script to rely on the baseimage fix."}
You can’t perform that action at this time.
0 commit comments