From aa4c756a6d9d7e3fcf46769b61fec186ddddcfb5 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 21 Dec 2025 15:38:22 -0500 Subject: [PATCH] add wayland init logic --- README.md | 1 + readme-vars.yml | 1 + root/defaults/autostart_wayland | 2 ++ root/defaults/menu_wayland.xml | 7 +++++++ 4 files changed, 11 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 084530e..095a1b5 100644 --- a/README.md +++ b/README.md @@ -570,6 +570,7 @@ 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. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. * **04.02.25:** - Clean up Singletons if container is shut down while windows are open. diff --git a/readme-vars.yml b/readme-vars.yml index 06b3f75..6e14693 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -111,6 +111,7 @@ init_diagram: | "msedge:latest" <- Base Images # changelog changelogs: + - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."} - {date: "04.02.25:", desc: "Clean up Singletons if container is shut down while windows are open."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..c81731e --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,2 @@ +#! /bin/bash +microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland ${EDGE_CLI} diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..fe9b261 --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +/usr/bin/microsoft-edge --enable-features=UseOzonePlatform --ozone-platform=wayland + +