From de5946235bc63fc8b0207f4d320946032bc61d58 Mon Sep 17 00:00:00 2001 From: Felix Pehla <74104874+FelixPehla@users.noreply.github.com> Date: Sat, 29 Jun 2024 20:11:51 +0200 Subject: profiles: fractal: add ~/.local/share/fractal (#6392) Fractal 7 (and possibly earlier) stores messages and key material in ${XDG_DATA_DIR}/fractal which defaults to ~/.local/share/fractal. Lack of access causes it to be unable to load messages offline and de- or encrypt messages even when online without sharing keys again. --- etc/inc/disable-programs.inc | 1 + etc/profile-a-l/fractal.profile | 3 +++ 2 files changed, 4 insertions(+) diff --git a/etc/inc/disable-programs.inc b/etc/inc/disable-programs.inc index 6e624a1ea..49ca3836f 100644 --- a/etc/inc/disable-programs.inc +++ b/etc/inc/disable-programs.inc @@ -951,6 +951,7 @@ blacklist ${HOME}/.local/share/feedreader blacklist ${HOME}/.local/share/feral-interactive blacklist ${HOME}/.local/share/five-or-more blacklist ${HOME}/.local/share/fluffychat +blacklist ${HOME}/.local/share/fractal blacklist ${HOME}/.local/share/freecol blacklist ${HOME}/.local/share/gajim blacklist ${HOME}/.local/share/gdfuse diff --git a/etc/profile-a-l/fractal.profile b/etc/profile-a-l/fractal.profile index d35055d43..8ec1f3665 100644 --- a/etc/profile-a-l/fractal.profile +++ b/etc/profile-a-l/fractal.profile @@ -7,6 +7,7 @@ include fractal.local include globals.local noblacklist ${HOME}/.cache/fractal +noblacklist ${HOME}/.local/share/fractal # Allow python (blacklisted by disable-interpreters.inc) include allow-python2.inc @@ -21,7 +22,9 @@ include disable-shell.inc include disable-xdg.inc mkdir ${HOME}/.cache/fractal +mkdir ${HOME}/.local/share/fractal whitelist ${HOME}/.cache/fractal +whitelist ${HOME}/.local/share/fractal whitelist ${DOWNLOADS} whitelist /usr/share/fractal include whitelist-common.inc -- cgit v1.2.3-54-g00ecf