File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,8 @@ LABEL maintainer="hackerman"
1111
1212# title
1313ENV TITLE=DigiKam \
14- NO_GAMEPAD=true
14+ NO_GAMEPAD=true \
15+ PIXELFLUX_WAYLAND=true
1516
1617RUN \
1718 echo "**** add icon ****" && \
3031 echo "**** install from appimage ****" && \
3132 if [ -z ${DIGIKAM_VERSION+x} ]; then \
3233 DIGIKAM_VERSION=$(curl -sL https://mirrors.mit.edu/kde/stable/digikam/ \
33- | awk -F'(="./|/")' '/href=".\/ [0-9]/ {print $2}' ); \
34+ | awk -F'(="./|/")' '/href=".\/ [0-9]/ {print $2}' | tail -n1 ); \
3435 fi && \
3536 curl -o \
3637 /tmp/digi.app -L \
Original file line number Diff line number Diff line change @@ -616,6 +616,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
616616
617617# # Versions
618618
619+ * **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
619620* **21.03.26:** - Use Wayland ozone platform for chromium fixes scaling and acceleration.
620621* **28.12.25:** - Add Wayland init logic.
621622* **22.09.25:** - Rebase to Debian Trixie.
Original file line number Diff line number Diff line change @@ -110,6 +110,7 @@ init_diagram: |
110110 "digikam:latest" <- Base Images
111111# changelog
112112changelogs :
113+ - {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
113114 - {date: "21.03.26:", desc: "Use Wayland ozone platform for chromium fixes scaling and acceleration."}
114115 - {date: "28.12.25:", desc: "Add Wayland init logic."}
115116 - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
You can’t perform that action at this time.
0 commit comments