From c371373cfbb39f3eae33e5a24f2ab43cca2d1e9d Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 20 Dec 2025 14:21:09 -0500 Subject: [PATCH] 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 265c869..4051829 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. * **07.07.25:** - Install GTK libs for file chooser. * **19.06.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index 7cafaa0..30b606d 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -107,5 +107,6 @@ init_diagram: | "xemu:latest" <- Base Images # changelog changelogs: + - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "07.07.25:", desc: "Install GTK libs for file chooser."} - {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..918264e --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,4 @@ +#!/bin/bash + +# Run xemu +foot -e /opt/xemu/AppRun diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..b092753 --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +xterm -e /opt/xemu/AppRun + +