From 9ce385d926489bd572b62907c859eb37419c4fcd Mon Sep 17 00:00:00 2001 From: Luke Yelavich Date: Wed, 26 Jan 2022 10:00:51 +1100 Subject: [PATCH] flatpak: Enable communication with org.a11y.Bus This allows Linux accessibility tools such as the Orca screen reader to be used with OBS. --- CI/flatpak/com.obsproject.Studio.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CI/flatpak/com.obsproject.Studio.json b/CI/flatpak/com.obsproject.Studio.json index ec195f57c..d7baaeb39 100644 --- a/CI/flatpak/com.obsproject.Studio.json +++ b/CI/flatpak/com.obsproject.Studio.json @@ -16,6 +16,7 @@ "--talk-name=org.kde.StatusNotifierWatcher", "--talk-name=org.freedesktop.Flatpak", "--talk-name=org.freedesktop.Notifications", + "--talk-name=org.a11y.Bus", "--own-name=org.kde.StatusNotifierItem-2-2", "--system-talk-name=org.freedesktop.Avahi", "--env=VST_PATH=/app/extensions/Plugins/lxvst"