Skip to content

Commit 1b0b61a

Browse files
committed
make wayland default
1 parent 5efea3b commit 1b0b61a

6 files changed

Lines changed: 8 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111

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

1617
RUN \
1718
echo "**** add icon ****" && \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ LABEL maintainer="thelamer"
1111

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

1617
RUN \
1718
echo "**** add icon ****" && \

README.md

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

613613
## Versions
614614

615+
* **03.04.26:** - Make Wayland default disable with PIXELFLUX_WAYLAND=false.
615616
* **28.12.25:** - Add Wayland init logic.
616617
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
617618
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ init_diagram: |
103103
"darktable:latest" <- Base Images
104104
# changelog
105105
changelogs:
106+
- {date: "03.04.26:", desc: "Make Wayland default disable with PIXELFLUX_WAYLAND=false."}
106107
- {date: "28.12.25:", desc: "Add Wayland init logic."}
107108
- {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
108109
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}

root/defaults/autostart_wayland

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
rm -f $HOME/.config/darktable/library.db.lock
22
rm -f $HOME/.config/darktable/data.db.lock
3-
foot -e darktable
3+
darktable

root/defaults/menu_wayland.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<openbox_menu xmlns="http://openbox.org/3.4/menu">
33
<menu id="root-menu" label="MENU">
44
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
5-
<item label="Darktable" icon="/usr/share/icons/hicolor/scalable/apps/darktable.svg"><action name="Execute"><command>xterm -e /usr/bin/darktable</command></action></item>
5+
<item label="Darktable" icon="/usr/share/icons/hicolor/scalable/apps/darktable.svg"><action name="Execute"><command>/usr/bin/darktable</command></action></item>
66
</menu>
77
</openbox_menu>

0 commit comments

Comments
 (0)