From 2ebfc8f289362bc723daea76dee668bf8cc04984 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Sun, 10 Jan 2021 17:18:12 +1300 Subject: Whitelist Bohemia Interactive config dir for Steam At least Arma 3 stores its config directory under ~/.local/share/bohemiainteractive --- 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 55078d993..758b37815 100644 --- a/etc/profile-m-z/steam.profile +++ b/etc/profile-m-z/steam.profile @@ -9,6 +9,7 @@ include globals.local noblacklist ${HOME}/.killingfloor noblacklist ${HOME}/.local/share/3909/PapersPlease noblacklist ${HOME}/.local/share/aspyr-media +noblacklist ${HOME}/.local/share/bohemiainteractive noblacklist ${HOME}/.local/share/cdprojektred noblacklist ${HOME}/.local/share/FasterThanLight noblacklist ${HOME}/.local/share/feral-interactive @@ -45,6 +46,7 @@ mkdir ${HOME}/.config/unity3d mkdir ${HOME}/.killingfloor mkdir ${HOME}/.local/share/3909/PapersPlease mkdir ${HOME}/.local/share/aspyr-media +mkdir ${HOME}/.local/share/bohemiainteractive mkdir ${HOME}/.local/share/cdprojektred mkdir ${HOME}/.local/share/FasterThanLight mkdir ${HOME}/.local/share/feral-interactive @@ -64,6 +66,7 @@ whitelist ${HOME}/.config/unity3d whitelist ${HOME}/.killingfloor whitelist ${HOME}/.local/share/3909/PapersPlease whitelist ${HOME}/.local/share/aspyr-media +whitelist ${HOME}/.local/share/bohemiainteractive whitelist ${HOME}/.local/share/cdprojektred whitelist ${HOME}/.local/share/FasterThanLight whitelist ${HOME}/.local/share/feral-interactive -- cgit v1.2.3-70-g09d2 From 134884216860524874ed261f0d1f32f05359c0aa Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Sun, 10 Jan 2021 18:08:44 +1300 Subject: Add blacklist line for Bohemia Interactive to disable-programs --- etc/inc/disable-programs.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index e3fa10ed0..f5bce4ba4 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -600,6 +600,7 @@ blacklist ${HOME}/.local/share/baloo blacklist ${HOME}/.local/share/barrier blacklist ${HOME}/.local/share/bibletime blacklist ${HOME}/.local/share/bijiben +blacklist ${HOME}/.local/share/bohemiainteractive blacklist ${HOME}/.local/share/caja-python blacklist ${HOME}/.local/share/cantata blacklist ${HOME}/.local/share/cdprojektred -- cgit v1.2.3-70-g09d2