[PR #6963] [MERGED] docs: always use full path to program in examples #6250

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6963
Author: @kmk3
Created: 11/12/2025
Status: Merged
Merged: 11/16/2025
Merged by: @kmk3

Base: masterHead: docs-use-full-path-program


📝 Commits (1)

  • b48ffba docs: always use full path to program in examples

📊 Changes

5 files changed (+125 additions, -119 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+1 -0)
📝 README.md (+9 -4)
📝 src/firejail/usage.c (+5 -5)
📝 src/man/firejail-profile.5.in (+4 -4)
📝 src/man/firejail.1.in (+106 -106)

📄 Description

And add it to the bug report template checklist.

To avoid potential issues due to firejail-in-firejail.

Commands used to search and replace:

perl -pi -e '
  s/(firejail)( .*)? (blobby|dig|firefox|galculator|gedit|gimp|handbrake|icecat|iceweasel|mc|openbox|transmission|vlc|warzone2100|wget|xed|xterm)/$1$2 \/usr\/bin\/$3/;
' README.md src/firejail/usage.c src/man/*.in
perl -pi -e 's/^\s*(firefox \\?-)/\/usr\/bin\/$1/' \
  src/man/firejail.1.in

Note: Some parts were edited manually.

Note: Most tests still use the program basename.

Relates to #2877.


🔄 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/6963 **Author:** [@kmk3](https://github.com/kmk3) **Created:** 11/12/2025 **Status:** ✅ Merged **Merged:** 11/16/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `docs-use-full-path-program` --- ### 📝 Commits (1) - [`b48ffba`](https://github.com/netblue30/firejail/commit/b48ffba1b3b03696ee24042efc7c85adbe830543) docs: always use full path to program in examples ### 📊 Changes **5 files changed** (+125 additions, -119 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+1 -0) 📝 `README.md` (+9 -4) 📝 `src/firejail/usage.c` (+5 -5) 📝 `src/man/firejail-profile.5.in` (+4 -4) 📝 `src/man/firejail.1.in` (+106 -106) </details> ### 📄 Description And add it to the bug report template checklist. To avoid potential issues due to firejail-in-firejail. Commands used to search and replace: perl -pi -e ' s/(firejail)( .*)? (blobby|dig|firefox|galculator|gedit|gimp|handbrake|icecat|iceweasel|mc|openbox|transmission|vlc|warzone2100|wget|xed|xterm)/$1$2 \/usr\/bin\/$3/; ' README.md src/firejail/usage.c src/man/*.in perl -pi -e 's/^\s*(firefox \\?-)/\/usr\/bin\/$1/' \ src/man/firejail.1.in Note: Some parts were edited manually. Note: Most tests still use the program basename. Relates to #2877. --- <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:53:29 -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#6250
No description provided.