Skip to content

Commit 76864da

Browse files
committed
make wayland default
1 parent bd13ef4 commit 76864da

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="hackerman"
1111

1212
# title
1313
ENV TITLE=DigiKam \
14-
NO_GAMEPAD=true
14+
NO_GAMEPAD=true \
15+
PIXELFLUX_WAYLAND=true
1516

1617
RUN \
1718
echo "**** add icon ****" && \
@@ -30,7 +31,7 @@ RUN \
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 \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ init_diagram: |
110110
"digikam:latest" <- Base Images
111111
# changelog
112112
changelogs:
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."}

0 commit comments

Comments
 (0)