Skip to content

Commit d652da7

Browse files
authored
Merge pull request #8 from linuxserver/wayland-default
make wayland default
2 parents b5cc0b7 + ed72ddb commit d652da7

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

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="aptalca"
1111

1212
# title
13-
ENV TITLE=RawTherapee
13+
ENV TITLE=RawTherapee \
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
@@ -578,6 +578,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
578578

579579
## Versions
580580

581+
* **04.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
581582
* **28.12.25:** - Add Wayland init logic.
582583
* **22.09.25:** - Rebase to Debian Trixie.
583584
* **29.07.25:** - Rebase to selkies. Breaking Change: HTTPS is now required. Either use a reverse proxy with SSL cert or direct connect to port 8181 with HTTPS.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ init_diagram: |
103103
"rawtherapee:latest" <- Base Images
104104
# changelog
105105
changelogs:
106+
- {date: "04.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
106107
- {date: "28.12.25:", desc: "Add Wayland init logic."}
107108
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
108109
- {date: "29.07.25:", desc: "Rebase to selkies. Breaking Change: HTTPS is now required. Either use a reverse proxy with SSL cert or direct connect to port 8181 with HTTPS."}

0 commit comments

Comments
 (0)