[PR #4165] [MERGED] Encourage making overrides in *.local files #5049

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/4165
Author: @ghost
Created: 4/4/2021
Status: Merged
Merged: 4/6/2021
Merged by: @undefined

Base: masterHead: overwrite-prevention


📝 Commits (10+)

  • e954cee refactor local override comments
  • d794bba refactor local override comments
  • c384460 refactor local override comments
  • 87f0d31 refactor local override comments
  • 0e914e2 refactor local override comments
  • 41add56 refactor local override comments
  • e2cd20c refactor local override comments
  • a67f44d refactor local override comments
  • dde6c78 refactor local override comments
  • 1cd9b9f refactor local override comments

📊 Changes

63 files changed (+218 additions, -248 deletions)

View changed files

📝 etc/profile-a-l/archiver-common.profile (+8 -13)
📝 etc/profile-a-l/aria2c.profile (+2 -2)
📝 etc/profile-a-l/bcompare.profile (+3 -18)
📝 etc/profile-a-l/chromium-common.profile (+5 -9)
📝 etc/profile-a-l/claws-mail.profile (+2 -2)
📝 etc/profile-a-l/clipgrab.profile (+1 -1)
📝 etc/profile-a-l/curl.profile (+4 -4)
📝 etc/profile-a-l/dig.profile (+2 -2)
📝 etc/profile-a-l/dolphin-emu.profile (+4 -4)
📝 etc/profile-a-l/electron.profile (+1 -2)
📝 etc/profile-a-l/emacs.profile (+1 -2)
📝 etc/profile-a-l/evince.profile (+4 -4)
📝 etc/profile-a-l/exiftool.profile (+3 -2)
📝 etc/profile-a-l/feh.profile (+2 -4)
📝 etc/profile-a-l/firefox-common.profile (+5 -4)
📝 etc/profile-a-l/firefox.profile (+11 -12)
📝 etc/profile-a-l/gajim.profile (+2 -2)
📝 etc/profile-a-l/gapplication.profile (+2 -2)
📝 etc/profile-a-l/gedit.profile (+1 -1)
📝 etc/profile-a-l/gimp.profile (+2 -3)

...and 43 more files

📄 Description

We should try to inform users that the best place for persistent local customizations is in .local files. This PR refactors/streamlines comments to make that a bit more obvious.


🔄 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/4165 **Author:** [@ghost](https://github.com/ghost) **Created:** 4/4/2021 **Status:** ✅ Merged **Merged:** 4/6/2021 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `overwrite-prevention` --- ### 📝 Commits (10+) - [`e954cee`](https://github.com/netblue30/firejail/commit/e954ceeb6b865298793414429dbec74894701b68) refactor local override comments - [`d794bba`](https://github.com/netblue30/firejail/commit/d794bbad28f3f62cb4181a33774fbb740277a66c) refactor local override comments - [`c384460`](https://github.com/netblue30/firejail/commit/c3844600ef624b59dd3288e7b6a7fb40ca95d053) refactor local override comments - [`87f0d31`](https://github.com/netblue30/firejail/commit/87f0d31ef008e82436ff314204f2c9a3bbefda19) refactor local override comments - [`0e914e2`](https://github.com/netblue30/firejail/commit/0e914e2385f90dbdca9a1ec1e955c7a76adfe160) refactor local override comments - [`41add56`](https://github.com/netblue30/firejail/commit/41add56252a36bccffa827b49d968669e1b957c2) refactor local override comments - [`e2cd20c`](https://github.com/netblue30/firejail/commit/e2cd20c44aaf9cc2ffc687a648831a8bae42abf8) refactor local override comments - [`a67f44d`](https://github.com/netblue30/firejail/commit/a67f44da4824e0b50756a4e77f6e312516d4b712) refactor local override comments - [`dde6c78`](https://github.com/netblue30/firejail/commit/dde6c78f2659190256e4272199061e107e8dc21b) refactor local override comments - [`1cd9b9f`](https://github.com/netblue30/firejail/commit/1cd9b9fee737eb3b701b5b2324b9e28c9554f91c) refactor local override comments ### 📊 Changes **63 files changed** (+218 additions, -248 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-a-l/archiver-common.profile` (+8 -13) 📝 `etc/profile-a-l/aria2c.profile` (+2 -2) 📝 `etc/profile-a-l/bcompare.profile` (+3 -18) 📝 `etc/profile-a-l/chromium-common.profile` (+5 -9) 📝 `etc/profile-a-l/claws-mail.profile` (+2 -2) 📝 `etc/profile-a-l/clipgrab.profile` (+1 -1) 📝 `etc/profile-a-l/curl.profile` (+4 -4) 📝 `etc/profile-a-l/dig.profile` (+2 -2) 📝 `etc/profile-a-l/dolphin-emu.profile` (+4 -4) 📝 `etc/profile-a-l/electron.profile` (+1 -2) 📝 `etc/profile-a-l/emacs.profile` (+1 -2) 📝 `etc/profile-a-l/evince.profile` (+4 -4) 📝 `etc/profile-a-l/exiftool.profile` (+3 -2) 📝 `etc/profile-a-l/feh.profile` (+2 -4) 📝 `etc/profile-a-l/firefox-common.profile` (+5 -4) 📝 `etc/profile-a-l/firefox.profile` (+11 -12) 📝 `etc/profile-a-l/gajim.profile` (+2 -2) 📝 `etc/profile-a-l/gapplication.profile` (+2 -2) 📝 `etc/profile-a-l/gedit.profile` (+1 -1) 📝 `etc/profile-a-l/gimp.profile` (+2 -3) _...and 43 more files_ </details> ### 📄 Description We should try to inform users that the best place for persistent local customizations is in .local files. This PR refactors/streamlines comments to make that a bit more obvious. --- <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:31:22 -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#5049
No description provided.