bleachbit.profile: allow erasing Trash contents

Bleachbit is used to permanently delete files by overwriting the memory.
So the most popular feature of Bleachbit is emptying the Trash.

Relates to #5337.
This commit is contained in:
ydididodat 2023-07-15 14:50:09 +00:00 committed by Kelvin M. Klann
parent c7b8e00c70
commit 154ffadef9

View file

@ -7,6 +7,9 @@ include bleachbit.local
# Persistent global definitions
include globals.local
# Necessary for BleachBit to erase Trash contents.
noblacklist ${HOME}/.local/share/Trash
# Allow python (blacklisted by disable-interpreters.inc)
include allow-python2.inc
include allow-python3.inc