Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"

# title
ENV TITLE=darktable \
NO_GAMEPAD=true
NO_GAMEPAD=true \
PIXELFLUX_WAYLAND=true

RUN \
echo "**** add icon ****" && \
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ LABEL maintainer="thelamer"

# title
ENV TITLE=darktable \
NO_GAMEPAD=true
NO_GAMEPAD=true \
PIXELFLUX_WAYLAND=true

RUN \
echo "**** add icon ****" && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,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.
* **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED.
* **10.02.24:** - Update Readme with new env vars and ingest proper PWA icon.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ init_diagram: |
"darktable: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: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."}
- {date: "10.02.24:", desc: "Update Readme with new env vars and ingest proper PWA icon."}
Expand Down
2 changes: 1 addition & 1 deletion root/defaults/autostart_wayland
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rm -f $HOME/.config/darktable/library.db.lock
rm -f $HOME/.config/darktable/data.db.lock
foot -e darktable
darktable
2 changes: 1 addition & 1 deletion root/defaults/menu_wayland.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<openbox_menu xmlns="http://openbox.org/3.4/menu">
<menu id="root-menu" label="MENU">
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
<item label="Darktable" icon="/usr/share/icons/hicolor/scalable/apps/darktable.svg"><action name="Execute"><command>xterm -e /usr/bin/darktable</command></action></item>
<item label="Darktable" icon="/usr/share/icons/hicolor/scalable/apps/darktable.svg"><action name="Execute"><command>/usr/bin/darktable</command></action></item>
</menu>
</openbox_menu>