From 71a9ee16fc27c762dbfaf370f3aa0a6e14652477 Mon Sep 17 00:00:00 2001 From: thelamer Date: Tue, 31 Mar 2026 12:49:26 -0400 Subject: [PATCH] make wayland default --- Dockerfile | 6 ++++-- Dockerfile.aarch64 | 6 ++++-- README.md | 1 + readme-vars.yml | 1 + 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index f775b05..51c3849 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE=Brave +ENV TITLE=Brave \ + PIXELFLUX_WAYLAND=true \ + NO_DECOR=true RUN \ echo "**** add icon ****" && \ @@ -40,6 +42,6 @@ RUN \ COPY /root / # ports and volumes -EXPOSE 3000 +EXPOSE 3001 VOLUME /config diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7bd0bcd..7148a59 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -8,7 +8,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA LABEL maintainer="thelamer" # title -ENV TITLE=Brave +ENV TITLE=Brave \ + PIXELFLUX_WAYLAND=true \ + NO_DECOR=true RUN \ echo "**** add icon ****" && \ @@ -40,6 +42,6 @@ RUN \ COPY /root / # ports and volumes -EXPOSE 3000 +EXPOSE 3001 VOLUME /config diff --git a/README.md b/README.md index fca0892..b82a0bd 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **20.12.25:** - Add Wayland init logic. * **22.09.25:** - Rebase to Debian Trixie. * **06.06.25:** - Initial Version. diff --git a/readme-vars.yml b/readme-vars.yml index 2f98743..3d889c4 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -107,6 +107,7 @@ init_diagram: | "brave:latest" <- Base Images # changelog changelogs: + - {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "06.06.25:", desc: "Initial Version."}