diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index d9701af..e1b0adb 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -52,6 +52,10 @@ flatpak override --filesystem=/run/udev:ro com.microsoft.Edge $@ # Mosh starts by opening an SSH connection and thus it needs to at least read my SSH config. Seeing new keys probably needs rw to known_hosts and as I use sockets, they may need rw. Then there is my config.d being in a private git repo... flatpak override --filesystem=~/.ssh/config:ro --filesystem=~/.ssh/config.d:ro --filesystem=~/.ssh/known_hosts:rw --filesystem=~/.ssh/sockets:rw --filesystem=~/src/gitea.blesmrt.net/Mikaela/privgist/ssh/config.d:ro org.mosh.mosh $@ +# Apparently Element needs this talk for encrypted search +# https://github.com/flathub/im.riot.Riot/issues/303#issuecomment-1816055123 +flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets $@ + # Display the overrides if [ -d /var/lib/flatpak/overrides/ ]; then tail -n +1 /var/lib/flatpak/overrides/*