From 12d7e15a77c34abffbd9d86937e1c6d873743b46 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Fri, 1 May 2026 10:44:12 +0000 Subject: [PATCH] profiles: steam: allow more 3d cache paths (#7149) Add the mesa path and the old nvidia path: * `~/.cache/mesa_shader_cache` * `~/.nv` This is a follow-up to commit 263f576d2 ("profiles: steam: whitelist .cache/nvidia (#7114)", 2026-04-23). --- etc/profile-m-z/steam.profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/profile-m-z/steam.profile b/etc/profile-m-z/steam.profile index 57ce6a4a4..209d2390a 100644 --- a/etc/profile-m-z/steam.profile +++ b/etc/profile-m-z/steam.profile @@ -39,6 +39,7 @@ noblacklist ${HOME}/.local/share/SuperHexagon noblacklist ${HOME}/.local/share/Terraria noblacklist ${HOME}/.local/share/vpltd noblacklist ${HOME}/.local/share/vulkan +noblacklist ${HOME}/.nv noblacklist ${HOME}/.mbwarband noblacklist ${HOME}/.paradoxinteractive noblacklist ${HOME}/.paradoxlauncher @@ -103,6 +104,7 @@ mkdir ${HOME}/.steam mkdir ${HOME}/Zomboid mkfile ${HOME}/.steampath mkfile ${HOME}/.steampid +whitelist ${HOME}/.cache/mesa_shader_cache whitelist ${HOME}/.cache/nvidia whitelist ${HOME}/.config/Epic whitelist ${HOME}/.config/Loop_Hero @@ -139,6 +141,7 @@ whitelist ${HOME}/.local/share/Terraria whitelist ${HOME}/.local/share/vpltd whitelist ${HOME}/.local/share/vulkan whitelist ${HOME}/.mbwarband +whitelist ${HOME}/.nv whitelist ${HOME}/.paradoxinteractive whitelist ${HOME}/.paradoxlauncher whitelist ${HOME}/.prey