Skip to content

Commit d303e7e

Browse files
authored
Merge pull request #5 from linuxserver/wayland-default
make wayland default
2 parents af2e6c0 + 0392029 commit d303e7e

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

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

1212
# title
13-
ENV TITLE=PCSX2
13+
ENV TITLE=PCSX2 \
14+
PIXELFLUX_WAYLAND=true
1415

1516
RUN \
1617
echo "**** add icon ****" && \

README.md

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

613613
## Versions
614614

615+
* **05.03.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616
* **20.12.25:** - Add Wayland init logic.
616617
* **15.07.25:** - Switch to stable release for pcsx2.
617618
* **26.06.25:** - Initial release.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ init_diagram: |
106106
"pcsx2:latest" <- Base Images
107107
# changelog
108108
changelogs:
109+
- {date: "05.03.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
109110
- {date: "20.12.25:", desc: "Add Wayland init logic."}
110111
- {date: "15.07.25:", desc: "Switch to stable release for pcsx2."}
111112
- {date: "26.06.25:", desc: "Initial release."}

0 commit comments

Comments
 (0)