diff --git a/Dockerfile b/Dockerfile index 8a3d7a0..2855060 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ LABEL maintainer="hackerman" # title ENV TITLE=DigiKam \ - NO_GAMEPAD=true + NO_GAMEPAD=true \ + PIXELFLUX_WAYLAND=true RUN \ echo "**** add icon ****" && \ @@ -30,7 +31,7 @@ RUN \ echo "**** install from appimage ****" && \ if [ -z ${DIGIKAM_VERSION+x} ]; then \ DIGIKAM_VERSION=$(curl -sL https://mirrors.mit.edu/kde/stable/digikam/ \ - | awk -F'(="./|/")' '/href=".\/[0-9]/ {print $2}'); \ + | awk -F'(="./|/")' '/href=".\/[0-9]/ {print $2}' | tail -n1); \ fi && \ curl -o \ /tmp/digi.app -L \ diff --git a/README.md b/README.md index f188930..be04608 100644 --- a/README.md +++ b/README.md @@ -616,6 +616,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. * **21.03.26:** - Use Wayland ozone platform for chromium fixes scaling and acceleration. * **28.12.25:** - Add Wayland init logic. * **22.09.25:** - Rebase to Debian Trixie. diff --git a/readme-vars.yml b/readme-vars.yml index 2ef4e99..f16e06b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -110,6 +110,7 @@ init_diagram: | "digikam:latest" <- Base Images # changelog changelogs: + - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."} - {date: "21.03.26:", desc: "Use Wayland ozone platform for chromium fixes scaling and acceleration."} - {date: "28.12.25:", desc: "Add Wayland init logic."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}