From 9e644d91e1ac7055e15943e13891fcecd37d61a6 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 21 Dec 2025 11:04:05 -0500 Subject: [PATCH 1/2] add wayland init logic --- README.md | 1 + readme-vars.yml | 1 + root/defaults/autostart_wayland | 4 ++++ root/defaults/menu_wayland.xml | 7 +++++++ 4 files changed, 13 insertions(+) create mode 100644 root/defaults/autostart_wayland create mode 100644 root/defaults/menu_wayland.xml diff --git a/README.md b/README.md index 3a4fe49..065611a 100644 --- a/README.md +++ b/README.md @@ -566,5 +566,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.12.25:** - Add Wayland init logic. * **22.09.25:** - Rebase to Debian Trixie. * **19.06.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index 52c4ef1..7f5a14b 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -107,5 +107,6 @@ init_diagram: | "duckstation:latest" <- Base Images # changelog changelogs: + - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "19.06.25:", desc: "Initial release."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..d11a7a3 --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,4 @@ +#!/bin/bash + +# Run DuckStation +foot -e /opt/duckstation/AppRun diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..6610e77 --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +xterm -e /opt/duckstation/AppRun + + From 496b8a28b3706bf58981bcca933f04e8edbdec9c Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 21 Dec 2025 12:21:47 -0500 Subject: [PATCH 2/2] use foot to launch --- root/defaults/menu_wayland.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml index 6610e77..7c6d889 100644 --- a/root/defaults/menu_wayland.xml +++ b/root/defaults/menu_wayland.xml @@ -2,6 +2,6 @@ /usr/bin/foot -xterm -e /opt/duckstation/AppRun +foot -e /opt/duckstation/AppRun