Skip to content

Commit c7ab437

Browse files
authored
Merge pull request #25 from linuxserver/wayland-default
make wayland default
2 parents 3b9ca1b + 776c357 commit c7ab437

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010
LABEL maintainer="thelamer"
1111

1212
# title
13-
ENV TITLE=Filezilla
13+
ENV TITLE=Filezilla \
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1416

1517
RUN \
1618
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
1010
LABEL maintainer="thelamer"
1111

1212
# title
13-
ENV TITLE=Filezilla
13+
ENV TITLE=Filezilla \
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1416

1517
RUN \
1618
echo "**** add icon ****" && \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
576576

577577
## Versions
578578

579+
* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
579580
* **28.12.25:** - Add Wayland init logic, rebase to Alpine 3.23.
580581
* **26.07.25:** - Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED.
581582
* **06.12.24:** - Rebase to Alpine 3.21.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ init_diagram: |
102102
"filezilla:latest" <- Base Images
103103
# changelog
104104
changelogs:
105+
- {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
105106
- {date: "28.12.25:", desc: "Add Wayland init logic, rebase to Alpine 3.23."}
106107
- {date: "26.07.25:", desc: "Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED."}
107108
- {date: "06.12.24:", desc: "Rebase to Alpine 3.21."}

0 commit comments

Comments
 (0)