diff --git a/README.md b/README.md index 024cecf..ce0bf61 100644 --- a/README.md +++ b/README.md @@ -569,6 +569,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. * **03.07.25:** - Rebase to Selkies HTTPS is now required. * **12.03.25:** - Clear singletons on launch to properly support persistance. diff --git a/readme-vars.yml b/readme-vars.yml index 8f57609..d9adb3c 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -110,6 +110,7 @@ init_diagram: | "opera:latest" <- Base Images # changelog changelogs: + - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "22.09.25:", desc: "Rebase to Debian Trixie."} - {date: "03.07.25:", desc: "Rebase to Selkies HTTPS is now required."} - {date: "12.03.25:", desc: "Clear singletons on launch to properly support persistance."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..d73c5cd --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,2 @@ +#! /bin/bash +opera --enable-features=UseOzonePlatform --ozone-platform=wayland ${OPERA_CLI} diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..88d94dd --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +/usr/bin/opera --enable-features=UseOzonePlatform --ozone-platform=wayland + +