From e08e3a8c0c255ad7116c2b2f251722167a84f1ee Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Mon, 24 Nov 2025 01:23:47 +0100 Subject: [PATCH] flatpak: Add test-args This should fix several failures when running the test suite in our Flatpak build, as they are not able to reach the Wayland compositor. --- org.gnome.Geary.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json index 15e15c54..7f697756 100644 --- a/org.gnome.Geary.json +++ b/org.gnome.Geary.json @@ -272,6 +272,16 @@ { "name": "geary", "buildsystem": "meson", + "build-options": { + "test-args": [ + "--share=ipc", + "--socket=x11", + "--socket=wayland", + "--device=dri", + "--socket=pulseaudio", + "--share=network" + ] + }, "config-opts": [ "-Dprofile=development" ],