Skip to content

Commit 55b44f1

Browse files
authored
Merge pull request #6 from linuxserver/wayland-default
make wayland default
2 parents c54d87a + feaacf6 commit 55b44f1

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
@@ -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=LibreWolf
13+
ENV TITLE=LibreWolf \
14+
PIXELFLUX_WAYLAND=true
1415

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

Dockerfile.aarch64

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=LibreWolf
13+
ENV TITLE=LibreWolf \
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
* **28.12.25:** - Add Wayland init logic.
619620
* **22.09.25:** - Rebase to Debian Trixie.
620621
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ init_diagram: |
111111
"librewolf:latest" <- Base Images
112112
# changelog
113113
changelogs:
114+
- {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
114115
- {date: "28.12.25:", desc: "Add Wayland init logic."}
115116
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
116117
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}

0 commit comments

Comments
 (0)