From 63b2bd5e3e1609b90167e4396e5cf1fe5232f744 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 21 Mar 2026 10:01:25 -0400 Subject: [PATCH] update to pass ozone when wayland is detected --- README.md | 1 + readme-vars.yml | 1 + root/defaults/autostart_wayland | 2 +- root/defaults/menu_wayland.xml | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37f5d2e..cea6ca7 100644 --- a/README.md +++ b/README.md @@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **21.03.26:** - Use Wayland ozone platform fixes scaling and acceleration. * **28.12.25:** - Add Wayland init logic. * **19.08.25:** - Initial release. diff --git a/readme-vars.yml b/readme-vars.yml index 7d6aa3c..72554f9 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -106,5 +106,6 @@ init_diagram: | "joplin:latest" <- Base Images # changelog changelogs: + - {date: "21.03.26:", desc: "Use Wayland ozone platform fixes scaling and acceleration."} - {date: "28.12.25:", desc: "Add Wayland init logic."} - {date: "19.08.25:", desc: "Initial release."} diff --git a/root/defaults/autostart_wayland b/root/defaults/autostart_wayland index 455a482..19a8c0c 100644 --- a/root/defaults/autostart_wayland +++ b/root/defaults/autostart_wayland @@ -1 +1 @@ -joplin --no-sandbox +joplin --ozone-platform=wayland --no-sandbox diff --git a/root/defaults/menu_wayland.xml b/root/defaults/menu_wayland.xml index 39384fc..82f14a9 100644 --- a/root/defaults/menu_wayland.xml +++ b/root/defaults/menu_wayland.xml @@ -2,6 +2,6 @@ /usr/bin/foot -/usr/bin/joplin --no-sandbox +/usr/bin/joplin --ozone-platform=wayland --no-sandbox