File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ LABEL maintainer="thelamer"
1010
1111# title
1212ENV TITLE="Kali Linux" \
13- NO_GAMEPAD=true
13+ NO_GAMEPAD=true \
14+ PIXELFLUX_WAYLAND=true
1415
1516RUN \
1617 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ LABEL maintainer="thelamer"
1010
1111# title
1212ENV TITLE="Kali Linux" \
13- NO_GAMEPAD=true
13+ NO_GAMEPAD=true \
14+ PIXELFLUX_WAYLAND=true
1415
1516RUN \
1617 echo "**** add icon ****" && \
Original file line number Diff line number Diff line change @@ -612,6 +612,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
612612
613613# # Versions
614614
615+ * **29.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616* **28.12.25:** - Add Wayland init logic.
616617* **19.06.25:** - Rebase to Selkies baseimage.
617618* **24.01.25:** - Fix SVG icons not rendering.
Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ init_diagram: |
107107 "kali-linux:latest" <- Base Images
108108# changelog
109109changelogs :
110+ - {date: "29.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
110111 - {date: "28.12.25:", desc: "Add Wayland init logic."}
111112 - {date: "19.06.25:", desc: "Rebase to Selkies baseimage."}
112113 - {date: "24.01.25:", desc: "Fix SVG icons not rendering."}
You can’t perform that action at this time.
0 commit comments