From 0d80b3fd138bf9fbb348ae1aa445db6c19e9a45a Mon Sep 17 00:00:00 2001 From: bbhtt Date: Mon, 8 Jun 2026 20:46:09 +0530 Subject: [PATCH] Rebase and bump to Flatpak 1.18.x Also disable wayland security context --- org.flatpak.Builder.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.flatpak.Builder.json b/org.flatpak.Builder.json index 74bac6b..33ec56c 100644 --- a/org.flatpak.Builder.json +++ b/org.flatpak.Builder.json @@ -70,6 +70,7 @@ "-Dsandboxed_triggers=false", "-Dsystem_helper=disabled", "-Dselinux_module=disabled", + "-Dwayland_security_context=disabled", "-Dsystem_bubblewrap=bwrap", "-Dsystem_dbus_proxy=xdg-dbus-proxy", "-Dsystem_install_dir=/var/lib/flatpak" @@ -89,7 +90,7 @@ { "type": "git", "url": "https://github.com/flathub-infra/flatpak.git", - "commit": "b24823d3157e273850a2a90e8565b9cc0bd32c2b" + "commit": "a750ddc815ed8cc1725ef7b8be16a1a734bd4fec" } ] },