add wayland init logic

This commit is contained in:
thelamer
2025-12-20 11:29:10 -05:00
parent 7281cf4829
commit eea7ef80c5
4 changed files with 11 additions and 0 deletions

View File

@@ -578,6 +578,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **20.12.25:** - Add Wayland init logic.
* **22.09.25:** - Rebase to Debian Trixie. * **22.09.25:** - Rebase to Debian Trixie.
* **01.07.25:** - Add Kasm branch. * **01.07.25:** - Add Kasm branch.
* **24.06.25:** - Rebase to Selkies. * **24.06.25:** - Rebase to Selkies.

View File

@@ -114,6 +114,7 @@ init_diagram: |
"chromium:latest" <- Base Images "chromium:latest" <- Base Images
# changelog # changelog
changelogs: changelogs:
- {date: "20.12.25:", desc: "Add Wayland init logic."}
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
- {date: "01.07.25:", desc: "Add Kasm branch."} - {date: "01.07.25:", desc: "Add Kasm branch."}
- {date: "24.06.25:", desc: "Rebase to Selkies."} - {date: "24.06.25:", desc: "Rebase to Selkies."}

View File

@@ -0,0 +1,2 @@
#!/bin/bash
wrapped-chromium --enable-features=UseOzonePlatform --ozone-platform=wayland ${CHROME_CLI}

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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="Chromium" icon="/usr/share/icons/hicolor/48x48/apps/chromium.png"><action name="Execute"><command>/usr/bin/wrapped-chromium --enable-features=UseOzonePlatform --ozone-platform=wayland</command></action></item>
</menu>
</openbox_menu>