From 92a786989ddda4b14c21f01dc7735bd1e9c4544e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 7 Jun 2025 17:47:54 +0300 Subject: [PATCH] flatpak-workarounds.bash: ensure mpv can access yt-dlp config ro --- bash/flatpak-workarounds.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 567acb5..b9ed366 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -228,6 +228,9 @@ flatpak override com.calibre_ebook.calibre --filesystem=~/xdg-download $@ # Simplicity and so it won't attempt to create a directory in different locale flatpak override com.calibre_ebook.calibre --env=LC_ALL=C.utf8 $@ +# yt-dlp config file +flatpak override io.mpv.Mpv --filesystem=~/.config/yt-dlp/config:ro $@ + # Display the overrides if [ -d /var/lib/flatpak/overrides/ ]; then tail -n +1 /var/lib/flatpak/overrides/*