Skip to content

Commit a2c1cac

Browse files
authored
Merge pull request #8 from linuxserver/wayland-default
make wayland default
2 parents a2651c6 + 71a9ee1 commit a2c1cac

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

Dockerfile

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

1010
# title
11-
ENV TITLE=Brave
11+
ENV TITLE=Brave \
12+
PIXELFLUX_WAYLAND=true \
13+
NO_DECOR=true
1214

1315
RUN \
1416
echo "**** add icon ****" && \
@@ -40,6 +42,6 @@ RUN \
4042
COPY /root /
4143

4244
# ports and volumes
43-
EXPOSE 3000
45+
EXPOSE 3001
4446

4547
VOLUME /config

Dockerfile.aarch64

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

1010
# title
11-
ENV TITLE=Brave
11+
ENV TITLE=Brave \
12+
PIXELFLUX_WAYLAND=true \
13+
NO_DECOR=true
1214

1315
RUN \
1416
echo "**** add icon ****" && \
@@ -40,6 +42,6 @@ RUN \
4042
COPY /root /
4143

4244
# ports and volumes
43-
EXPOSE 3000
45+
EXPOSE 3001
4446

4547
VOLUME /config

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612

613613
## Versions
614614

615+
* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616
* **20.12.25:** - Add Wayland init logic.
616617
* **22.09.25:** - Rebase to Debian Trixie.
617618
* **06.06.25:** - Initial Version.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ init_diagram: |
107107
"brave:latest" <- Base Images
108108
# changelog
109109
changelogs:
110+
- {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111
- {date: "20.12.25:", desc: "Add Wayland init logic."}
111112
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
112113
- {date: "06.06.25:", desc: "Initial Version."}

0 commit comments

Comments
 (0)