From 58cdc9dcebb0f89fe040b40970a48d2b8fb71356 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 2 Aug 2024 18:27:03 +0300 Subject: [PATCH] flatpak-workarounds.bash: permit Halloy flatpak to access Halloy snap data --- bash/flatpak-workarounds.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index acbd4fa..9e3cca8 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -69,6 +69,10 @@ 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 $@ +# Regardless of whether I use the IRC client through Flatpak or Snap, +# it having access to the same config is preferable. +flatpak override org.squidowl.halloy --filesystem=~/snap/halloy:create $@ + # Display the overrides if [ -d /var/lib/flatpak/overrides/ ]; then tail -n +1 /var/lib/flatpak/overrides/*