Skip to content

Commit 49844bc

Browse files
committed
add wayland init logic
1 parent 47b7d79 commit 49844bc

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
569569

570570
## Versions
571571

572+
* **20.12.25:** - Add Wayland init logic.
572573
* **22.09.25:** - Rebase to Debian Trixie.
573574
* **02.09.25:** - Revert graceful shutdown script to rely on the baseimage fix.
574575
* **29.08.25:** - Attempt graceful shutdown of Chrome.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ init_diagram: |
110110
"chrome:latest" <- Base Images
111111
# changelog
112112
changelogs:
113+
- {date: "20.12.25:", desc: "Add Wayland init logic."}
113114
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
114115
- {date: "02.09.25:", desc: "Revert graceful shutdown script to rely on the baseimage fix."}
115116
- {date: "29.08.25:", desc: "Attempt graceful shutdown of Chrome."}

root/defaults/autostart_wayland

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
wrapped-chrome --enable-features=UseOzonePlatform --ozone-platform=wayland ${CHROME_CLI}

root/defaults/menu_wayland.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<openbox_menu xmlns="http://openbox.org/3.4/menu">
3+
<menu id="root-menu" label="MENU">
4+
<item label="foot" icon="/usr/share/icons/hicolor/48x48/apps/foot.png"><action name="Execute"><command>/usr/bin/foot</command></action></item>
5+
<item label="Chrome" icon="/usr/share/icons/hicolor/48x48/apps/google-chrome.png"><action name="Execute"><command>/usr/bin/wrapped-chrome --enable-features=UseOzonePlatform --ozone-platform=wayland</command></action></item>
6+
</menu>
7+
</openbox_menu>

0 commit comments

Comments
 (0)