Skip to content

Commit 1e36eee

Browse files
committed
make wayland default
1 parent 0df4b75 commit 1e36eee

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
@@ -14,7 +14,9 @@ ENV \
1414
CUSTOM_HTTPS_PORT="8181" \
1515
HOME="/config" \
1616
TITLE="Calibre" \
17-
QTWEBENGINE_DISABLE_SANDBOX="1"
17+
QTWEBENGINE_DISABLE_SANDBOX="1" \
18+
NO_GAMEPAD=true \
19+
PIXELFLUX_WAYLAND=true
1820

1921
RUN \
2022
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ ENV \
1414
CUSTOM_HTTPS_PORT="8181" \
1515
HOME="/config" \
1616
TITLE="Calibre" \
17-
QTWEBENGINE_DISABLE_SANDBOX="1"
17+
QTWEBENGINE_DISABLE_SANDBOX="1" \
18+
NO_GAMEPAD=true \
19+
PIXELFLUX_WAYLAND=true
1820

1921
RUN \
2022
echo "**** add icon ****" && \

README.md

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

605605
## Versions
606606

607+
* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
607608
* **28.12.25:** - Add Wayland init logic.
608609
* **26.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.
609610
* **19.08.24:** - Rebase to noble.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ init_diagram: |
126126
"calibre:latest" <- Base Images
127127
# changelog
128128
changelogs:
129+
- {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
129130
- {date: "28.12.25:", desc: "Add Wayland init logic."}
130131
- {date: "26.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."}
131132
- {date: "19.08.24:", desc: "Rebase to noble."}

0 commit comments

Comments
 (0)