mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-01-03 08:42:31 +01:00
flatpak-workarounds.bash: permit Halloy flatpak to access Halloy snap data
This commit is contained in:
parent
51ec4b71c5
commit
58cdc9dceb
@ -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
|
# https://github.com/flathub/im.riot.Riot/issues/303#issuecomment-1816055123
|
||||||
flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets $@
|
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
|
# Display the overrides
|
||||||
if [ -d /var/lib/flatpak/overrides/ ]; then
|
if [ -d /var/lib/flatpak/overrides/ ]; then
|
||||||
tail -n +1 /var/lib/flatpak/overrides/*
|
tail -n +1 /var/lib/flatpak/overrides/*
|
||||||
|
Loading…
Reference in New Issue
Block a user