File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111
1212# title
1313ENV TITLE=DoubleCommander \
14- NO_GAMEPAD=true
14+ NO_GAMEPAD=true \
15+ PIXELFLUX_WAYLAND=true
1516
1617ARG DEBIAN_FRONTEND="noninteractive"
1718
Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111
1212# title
1313ENV TITLE=DoubleCommander \
14- NO_GAMEPAD=true
14+ NO_GAMEPAD=true \
15+ PIXELFLUX_WAYLAND=true
1516
1617ARG DEBIAN_FRONTEND="noninteractive"
1718
Original file line number Diff line number Diff line change @@ -615,6 +615,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
615615
616616# # Versions
617617
618+ * **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
618619* **28.12.25:** - Add Wayland init logic.
619620* **22.09.25:** - Rebase to Debian Trixie.
620621* **28.07.25:** - Fix CPU usage bug by disabling fake udev.
Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ init_diagram: |
108108 "doublecommander:latest" <- Base Images
109109# changelog
110110changelogs :
111+ - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
111112 - {date: "28.12.25:", desc: "Add Wayland init logic."}
112113 - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
113114 - {date: "28.07.25:", desc: "Fix CPU usage bug by disabling fake udev."}
You can’t perform that action at this time.
0 commit comments