From 2eafbddb601c77c07a5184752a3710513c19a7bd Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 20 Dec 2025 13:51:33 -0500 Subject: [PATCH] add wayland init logic --- README.md | 1 + readme-vars.yml | 1 + root/defaults/autostart_wayland | 3 +++ root/defaults/menu_wayland.xml | 7 +++++++ 4 files changed, 12 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 7a6b4cc..5516254 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.12.25:** - Add Wayland init logic. * **26.08.25:** - Suppress sandbox security warning as it's misleading inside a container. * **16.08.25:** - Add proper cleanup logic for builds. * **01.07.25:** - Add Kasm branch. diff --git a/readme-vars.yml b/readme-vars.yml index 0052339..f81f620 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -114,6 +114,7 @@ init_diagram: | "firefox:latest" <- Base Images # changelog changelogs: + - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "26.08.25:", desc: "Suppress sandbox security warning as it's misleading inside a container."} - {date: "16.08.25:", desc: "Add proper cleanup logic for builds."} - {date: "01.07.25:", desc: "Add Kasm branch."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..47ada37 --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,3 @@ +#!/bin/bash + +/usr/bin/firefox ${FIREFOX_CLI} diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..b8d1579 --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +/usr/bin/firefox + +