Skip to content

Commit 8dacf79

Browse files
authored
Merge pull request #22 from linuxserver/wayland-default
make wayland default
2 parents 7a39552 + 2606465 commit 8dacf79

4 files changed

Lines changed: 8 additions & 2 deletions

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=SQLiteBrowser
13+
ENV TITLE=SQLiteBrowser \
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1416

1517
RUN \
1618
echo "**** add icon ****" && \

Dockerfile.aarch64

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=SQLiteBrowser
13+
ENV TITLE=SQLiteBrowser \
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, rebase to Alpine 3.23.
582583
* **30.07.25:** - Install Qt SVG for icon support.
583584
* **12.07.25:** - Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ init_diagram: |
102102
"sqlitebrowser:latest" <- Base Images
103103
# changelog
104104
changelogs:
105+
- {date: "04.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: "30.07.25:", desc: "Install Qt SVG for icon support."}
107108
- {date: "12.07.25:", desc: "Rebase to Selkies and Alpine 3.22, HTTPS IS NOW REQUIRED."}

0 commit comments

Comments
 (0)