From 3dc48e1ab385a74c7702a073072be2c5f98c3661 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 24 Oct 2023 02:58:12 -0300 Subject: lutris.profile: allow mangohud Similarly to steam.profile (see #4864). Fixes #6106. --- etc/profile-a-l/lutris.profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile-a-l/lutris.profile b/etc/profile-a-l/lutris.profile index 226bc8dde..0462cb503 100644 --- a/etc/profile-a-l/lutris.profile +++ b/etc/profile-a-l/lutris.profile @@ -11,6 +11,7 @@ noblacklist ${HOME}/Games noblacklist ${HOME}/.cache/lutris noblacklist ${HOME}/.cache/wine noblacklist ${HOME}/.cache/winetricks +noblacklist ${HOME}/.config/MangoHud noblacklist ${HOME}/.config/lutris noblacklist ${HOME}/.local/share/lutris #noblacklist ${HOME}/.wine @@ -45,6 +46,7 @@ whitelist ${HOME}/Games whitelist ${HOME}/.cache/lutris whitelist ${HOME}/.cache/wine whitelist ${HOME}/.cache/winetricks +whitelist ${HOME}/.config/MangoHud whitelist ${HOME}/.config/lutris whitelist ${HOME}/.local/share/lutris #whitelist ${HOME}/.wine -- cgit v1.2.3-54-g00ecf