From ff04543e93f4963cd21ee04e51ba5f99a4b2c8db Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Thu, 3 Aug 2023 09:32:15 -0300 Subject: mpv.profile: add new XDG_CACHE_HOME path mpv v0.36.0 uses ~/.cache/mpv[1] [2]: Relates to #2838 #5936. [1] https://github.com/mpv-player/mpv/releases/tag/v0.36.0 [2] https://github.com/mpv-player/mpv/pull/10838 --- etc/profile-m-z/mpv.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/mpv.profile b/etc/profile-m-z/mpv.profile index d1bbdd167..af8f00c0c 100644 --- a/etc/profile-m-z/mpv.profile +++ b/etc/profile-m-z/mpv.profile @@ -24,6 +24,7 @@ include globals.local #include allow-bin-sh.inc #private-bin sh +noblacklist ${HOME}/.cache/mpv noblacklist ${HOME}/.config/mpv noblacklist ${HOME}/.config/youtube-dl noblacklist ${HOME}/.config/yt-dlp @@ -50,9 +51,11 @@ include disable-programs.inc include disable-shell.inc read-only ${DESKTOP} +mkdir ${HOME}/.cache/mpv mkdir ${HOME}/.config/mpv mkdir ${HOME}/.local/state/mpv mkfile ${HOME}/.netrc +whitelist ${HOME}/.cache/mpv whitelist ${HOME}/.config/mpv whitelist ${HOME}/.config/youtube-dl whitelist ${HOME}/.config/yt-dlp -- cgit v1.2.3-54-g00ecf