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,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010LABEL maintainer="thelamer"
1111
1212# title
13- ENV TITLE=Edge
13+ ENV TITLE=Edge \
14+ PIXELFLUX_WAYLAND=true \
15+ NO_DECOR=true
1416
1517RUN \
1618 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -616,6 +616,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
616616
617617# # Versions
618618
619+ * ** 31.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
619620* ** 20.12.25:** - Add Wayland init logic.
620621* ** 22.09.25:** - Rebase to Debian Trixie.
621622* ** 12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ init_diagram: |
111111 "msedge:latest" <- Base Images
112112# changelog
113113changelogs :
114+ - {date: "31.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
114115 - {date: "20.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."}
You can’t perform that action at this time.
0 commit comments