From 9455de483c07b1bfb5840f0a09b76b09cef926a6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 2 Nov 2022 11:18:51 -0700 Subject: Add write-access note to cataclysm profiles. --- profiles/cataclysm-bn.profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/cataclysm-bn.profile') diff --git a/profiles/cataclysm-bn.profile b/profiles/cataclysm-bn.profile index d3aff32..ab607a6 100644 --- a/profiles/cataclysm-bn.profile +++ b/profiles/cataclysm-bn.profile @@ -11,8 +11,12 @@ mkdir ${HOME}/.local/share/cataclysm-bn mkdir ${HOME}/.local/share/cataclysm-bn/font mkdir ${HOME}/.local/share/cataclysm-bn/gfx mkdir ${HOME}/.local/share/cataclysm-bn/mods +mkdir ${HOME}/.local/share/cataclysm-bn/save mkdir ${HOME}/.local/share/cataclysm-bn/sound +mkdir ${HOME}/.local/share/cataclysm-bn/templates whitelist ${HOME}/.config/cataclysm-bn +# cataclysm needs write access to the local share folder +# or it will crash citing no lack of write access and/or free space whitelist ${HOME}/.local/share/cataclysm-bn read-only ${HOME}/.local/share/cataclysm-bn/font read-only ${HOME}/.local/share/cataclysm-bn/gfx -- cgit v1.2.1