diff --git a/README.md b/README.md index 8c04c41..2ab2fa6 100644 --- a/README.md +++ b/README.md @@ -577,6 +577,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **20.12.25:** - Add Wayland init logic. * **26.08.25:** - Suppress sandbox security warning as it's misleading inside a container. * **12.07.25:** - Rebase to Selkies, HTTPS IS NOW REQUIRED. * **28.08.24:** - Rebase to noble. diff --git a/readme-vars.yml b/readme-vars.yml index d289b75..4adc314 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -114,6 +114,7 @@ init_diagram: | "mullvad-browser:latest" <- Base Images # changelog changelogs: + - {date: "20.12.25:", desc: "Add Wayland init logic."} - {date: "26.08.25:", desc: "Suppress sandbox security warning as it's misleading inside a container."} - {date: "12.07.25:", desc: "Rebase to Selkies, HTTPS IS NOW REQUIRED."} - {date: "28.08.24:", desc: "Rebase to noble."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland new file mode 100644 index 0000000..97e029c --- /dev/null +++ b/root/defaults/autostart_wayland @@ -0,0 +1,9 @@ +#!/bin/bash + +# Default folder +if [[ ! -d "${HOME}/lsio" ]]; then + mkdir "${HOME}/lsio" +fi + +# Start app +/app/Browser/mullvadbrowser-lsio diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml new file mode 100644 index 0000000..7c33e4f --- /dev/null +++ b/root/defaults/menu_wayland.xml @@ -0,0 +1,7 @@ + + + +/usr/bin/foot +/app/Browser/mullvadbrowser-lsio + +