flatpak-workarounds.bash: ensure mpv can access yt-dlp config ro

This commit is contained in:
Aminda Suomalainen 2025-06-07 17:47:54 +03:00
parent b03d347d1a
commit 92a786989d
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -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 # 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 $@ 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 # 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/*