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,8 @@ ARG AZAHAR_VERSION
1010LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
1111LABEL maintainer="thelamer"
1212
13- ENV TITLE=Azahar
13+ ENV TITLE=Azahar \
14+ PIXELFLUX_WAYLAND=true
1415
1516RUN \
1617 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612
613613# # Versions
614614
615+ * **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616* **20.12.25:** - Add Wayland init logic.
616617* **29.11.25:** - Initial Version.
Original file line number Diff line number Diff line change @@ -102,5 +102,6 @@ init_diagram: |
102102 "azahar:latest" <- Base Images
103103# changelog
104104changelogs :
105+ - {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
105106 - {date: "20.12.25:", desc: "Add Wayland init logic."}
106107 - {date: "29.11.25:", desc: "Initial Version."}
You can’t perform that action at this time.
0 commit comments