Skip to content

Commit 85e02c8

Browse files
authored
Merge pull request #67 from linuxserver/wayland
add wayland init logic
2 parents 7281cf4 + eea7ef8 commit 85e02c8

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
@@ -578,6 +578,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
578578

579579
## Versions
580580

581+
* **20.12.25:** - Add Wayland init logic.
581582
* **22.09.25:** - Rebase to Debian Trixie.
582583
* **01.07.25:** - Add Kasm branch.
583584
* **24.06.25:** - Rebase to Selkies.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ init_diagram: |
114114
"chromium:latest" <- Base Images
115115
# changelog
116116
changelogs:
117+
- {date: "20.12.25:", desc: "Add Wayland init logic."}
117118
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
118119
- {date: "01.07.25:", desc: "Add Kasm branch."}
119120
- {date: "24.06.25:", desc: "Rebase to Selkies."}

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-chromium --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="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>
6+
</menu>
7+
</openbox_menu>

0 commit comments

Comments
 (0)