Skip to content

Commit 001458d

Browse files
authored
Merge pull request #14 from linuxserver/wayland-default
make wayland default
2 parents 9c92a68 + 771980a commit 001458d

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=Audacity
13+
ENV TITLE=Audacity \
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
@@ -639,6 +639,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
639639

640640
## Versions
641641

642+
* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
642643
* **28.12.25:** - Add Wayland init logic.
643644
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
644645
* **31.10.24:** - Fix artifact name.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ init_diagram: |
106106
"audacity:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "03.04.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, HTTPS IS NOW REQUIRED."}
111112
- {date: "31.10.24:", desc: "Fix artifact name."}

0 commit comments

Comments
 (0)