Skip to content

Commit fe7d1e5

Browse files
authored
Merge pull request #8 from linuxserver/wayland-default
make wayland default
2 parents ed85d9e + e1844ed commit fe7d1e5

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
@@ -39,7 +39,9 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
3939
LABEL maintainer="thelamer"
4040

4141
# title
42-
ENV TITLE=GitQlient
42+
ENV TITLE=GitQlient \
43+
NO_GAMEPAD=true \
44+
PIXELFLUX_WAYLAND=true
4345

4446
COPY --from=buildstage /build-out/ /
4547

Dockerfile.aarch64

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

4141
# title
42-
ENV TITLE=GitQlient
42+
ENV TITLE=GitQlient \
43+
NO_GAMEPAD=true \
44+
PIXELFLUX_WAYLAND=true
4345

4446
COPY --from=buildstage /build-out/ /
4547

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
* **12.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
"gitqlient: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: "12.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)