@@ -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.
|
||||
* **22.09.25:** - Rebase to Debian Trixie.
|
||||
* **01.07.25:** - Add Kasm branch.
|
||||
* **24.06.25:** - Rebase to Selkies.
|
||||
|
||||
@@ -114,6 +114,7 @@ init_diagram: |
|
||||
"chromium:latest" <- Base Images
|
||||
# changelog
|
||||
changelogs:
|
||||
- {date: "20.12.25:", desc: "Add Wayland init logic."}
|
||||
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
|
||||
- {date: "01.07.25:", desc: "Add Kasm branch."}
|
||||
- {date: "24.06.25:", desc: "Rebase to Selkies."}
|
||||
|
||||
2
root/defaults/autostart_wayland
Normal file
2
root/defaults/autostart_wayland
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
wrapped-chromium --enable-features=UseOzonePlatform --ozone-platform=wayland ${CHROME_CLI}
|
||||
7
root/defaults/menu_wayland.xml
Normal file
7
root/defaults/menu_wayland.xml
Normal 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>
|
||||
Reference in New Issue
Block a user