mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-06-12 18:07:26 +02:00
flatpak-workarounds.bash: ensure mpv can access yt-dlp config ro
This commit is contained in:
parent
b03d347d1a
commit
92a786989d
@ -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/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user