diff --git a/Dockerfile b/Dockerfile index a9bcdf76..0689d49a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,9 @@ ENV \ CUSTOM_HTTPS_PORT="8181" \ HOME="/config" \ TITLE="Calibre" \ - QTWEBENGINE_DISABLE_SANDBOX="1" + QTWEBENGINE_DISABLE_SANDBOX="1" \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 110bf34c..84f85f00 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -14,7 +14,9 @@ ENV \ CUSTOM_HTTPS_PORT="8181" \ HOME="/config" \ TITLE="Calibre" \ - QTWEBENGINE_DISABLE_SANDBOX="1" + QTWEBENGINE_DISABLE_SANDBOX="1" \ + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ diff --git a/README.md b/README.md index fc07eb9a..031b4a26 100644 --- a/README.md +++ b/README.md @@ -602,6 +602,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false. * **28.12.25:** - Add Wayland init logic. * **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. * **19.08.24:** - Rebase to noble. diff --git a/readme-vars.yml b/readme-vars.yml index c6945f32..68945bea 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -126,6 +126,7 @@ init_diagram: | "calibre:latest" <- Base Images # changelog changelogs: + - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "28.12.25:", desc: "Add Wayland init logic."} - {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."} - {date: "19.08.24:", desc: "Rebase to noble."}