From 48b385c0ee00da45abec0824fcfab3cc8bcb2b57 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Thu, 25 Mar 2021 16:46:05 +0000 Subject: Improve issue template (#4141) - Avoid confusing on "What changed calling the program by path" - Checklist: Questions should be asked in discussions --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/ISSUE_TEMPLATE') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 86baecf2f..4b2df855c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -14,7 +14,7 @@ Write clear, concise and in textual form. **No profile and disabling firejail** - What changed calling `firejail --noprofile /path/to/program` in a terminal? -- What changed calling the program by path (check `which ` or `firejail --list` while the sandbox is running)? +- What changed calling the program by path (e.g. `/usr/bin/vlc`)? **Reproduce** Steps to reproduce the behavior: @@ -37,6 +37,7 @@ Other context about the problem like related errors to understand the problem. - [ ] If it is a AppImage, `--profile=PROFILENAME` is used to set the right profile. - [ ] Used `LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 PROGRAM` to get english error-messages. - [ ] I'm aware of `browser-allow-drm yes`/`browser-disable-u2f no` in `firejail.config` to allow DRM/U2F in browsers. + - [ ] This is not a question. Questions should be asked in https://github.com/netblue30/firejail/discussions.
debug output -- cgit v1.2.3-54-g00ecf