[PR #5902] [CLOSED] profiles: bleachbit: allow erasing Trash contents #5717

Closed
opened 2026-05-05 10:43:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5902
Author: @ghost
Created: 7/15/2023
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • 428e741 bleachbit.profile: allow erasing Trash contents

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 etc/profile-a-l/bleachbit.profile (+3 -0)

📄 Description

I made a feature request that was liked a while back (https://github.com/netblue30/firejail/issues/5337), and they suggested I make a pull request. It took me a long time to get around to it but here it is!

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

But bleachbit.profile includes disable-common.inc which blacklists ${HOME}/.local/share/Trash so it's not possible to empty the trash with Bleachbit.

These are the two lines i added:

# Necessary for BleachBit to erase Trash contents. 
noblacklist ${HOME}/.local/share/Trash

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5902 **Author:** [@ghost](https://github.com/ghost) **Created:** 7/15/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`428e741`](https://github.com/netblue30/firejail/commit/428e741f13fa0baa92dd45dfca9c2ee19cdf9ab8) bleachbit.profile: allow erasing Trash contents ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/bleachbit.profile` (+3 -0) </details> ### 📄 Description I made a feature request that was liked a while back (https://github.com/netblue30/firejail/issues/5337), and they suggested I make a pull request. It took me a long time to get around to it but here it is! Explanation: Bleachbit is used to permanently delete files by overwriting the memory. So the most popular feature of Bleachbit is emptying the Trash. But bleachbit.profile includes disable-common.inc which blacklists ${HOME}/.local/share/Trash so it's not possible to empty the trash with Bleachbit. These are the two lines i added: ``` # Necessary for BleachBit to erase Trash contents. noblacklist ${HOME}/.local/share/Trash ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:43:38 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5717
No description provided.