From 5404de494a2a94e6159a6b988b82ce6f9c7619f9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 12 Jan 2024 11:06:12 +0200 Subject: [PATCH] flatpak-workarounds.bash: workaround DeltaChat wayland --- bash/flatpak-workarounds.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index e1b0adb..2f5bb7c 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -56,6 +56,9 @@ flatpak override --filesystem=~/.ssh/config:ro --filesystem=~/.ssh/config.d:ro - # https://github.com/flathub/im.riot.Riot/issues/303#issuecomment-1816055123 flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets $@ +# DeltaChat wayland support (may break X11?) +flatpak override chat.delta.desktop --socket=wayland --socket=fallback-x11 $@ + # Display the overrides if [ -d /var/lib/flatpak/overrides/ ]; then tail -n +1 /var/lib/flatpak/overrides/*