Skip to content

Commit 7c91630

Browse files
committed
make wayland default
1 parent 3853369 commit 7c91630

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

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

1212
# title
13-
ENV TITLE=Chrome
13+
ENV TITLE=Chrome \
14+
PIXELFLUX_WAYLAND=true
1415

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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ init_diagram: |
110110
"chrome:latest" <- Base Images
111111
# changelog
112112
changelogs:
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."}

0 commit comments

Comments
 (0)