Skip to content

Commit f0a81a4

Browse files
authored
Merge pull request #7 from linuxserver/wayland-default
make wayland default, disable gamepad, fullscreen again
2 parents b121fd2 + ff0ad23 commit f0a81a4

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ ARG GIMP_VERSION
3838
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
3939
LABEL maintainer="thelamer"
4040

41-
# title
4241
ENV TITLE=GIMP \
43-
NO_FULL=true
42+
PIXELFLUX_WAYLAND=true \
43+
NO_GAMEPAD=true
4444

4545
RUN \
4646
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ ARG GIMP_VERSION
3838
LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}"
3939
LABEL maintainer="thelamer"
4040

41-
# title
4241
ENV TITLE=GIMP \
43-
NO_FULL=true
42+
PIXELFLUX_WAYLAND=true \
43+
NO_GAMEPAD=true
4444

4545
RUN \
4646
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+
* **24.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
579580
* **28.12.25:** - Add Wayland init logic.
580581
* **12.07.25:** - Rebase to Selkies and Debian Trixie, install resynthesizer, 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
@@ -106,6 +106,7 @@ init_diagram: |
106106
"gimp:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "24.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
109110
- {date: "28.12.25:", desc: "Add Wayland init logic."}
110111
- {date: "12.07.25:", desc: "Rebase to Selkies and Debian Trixie, install resynthesizer, HTTPS IS NOW REQUIRED."}
111112
- {date: "06.12.24:", desc: "Rebase to Alpine 3.21."}

0 commit comments

Comments
 (0)