Bleach bit deletes a keePassXC formating
Whenever I run bleach bit it deletes the formating associated with keepassXC password storage app. What is the best method to stop this from happening? I can't find a setting in bleachbit that addresses this issue. Thanks.
The file is located in ~/.cache/keepassxc/ and wiping this file with bleachbit removes the "last used" database. Very annoying.
Thanks I did discover that after a while - I now don't wipe that file and the formating stays intact. Appreciate your follow up.
This issue has been reported in general (not specific to BleachBit) like here
- https://github.com/keepassxreboot/keepassxc/issues/7990
- https://groups.google.com/g/linux.debian.bugs.dist/c/it0L4-ILpuk?pli=1
- Google Search for more
Does this help?
- Set the KPXC_CONFIG_LOCAL environment variable to point to
~/.config/keepassxc/keepassxc.ini - Move existing
~/.cache/keepassxc/keepassxc.inito~/.config/keepassxc/keepassxc.ini
Whenever I run bleach bit it deletes the formating associated with keepassXC password storage app. What is the best method to stop this from happening? I can't find a setting in bleachbit that addresses this issue. Thanks.
Besides moving the file to ~/.config, you can whitelist the file in the BleachBit preferences under the whitelist tab. The file must exist for the BleachBit GUI to find it.
Yes that works - whitelisting the file. Thank you.
-----Original Message----- From: Andrew Ziem @.> Reply-To: bleachbit/bleachbit @.> To: bleachbit/bleachbit @.> Cc: bulgin @.>, Author @.***> Subject: Re: [bleachbit/bleachbit] Bleach bit deletes a keePassXC formating (Issue #1678) Date: Wed, 02 Oct 2024 16:14:45 -0700
Whenever I run bleach bit it deletes the formating associated with keepassXC password storage app. What is the best method to stop this from happening? I can't find a setting in bleachbit that addresses this issue. Thanks. Besides moving the file to ~/.config, you can whitelist the file in the BleachBit preferences under the whitelist tab. The file must exist for the BleachBit GUI to find it. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Wrote down both options (environment variable, whitelist) in my blog, for when I forget about this the next time.