From c2d8e5a8809674ddd198e036c317609d994abc9d Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 9 Nov 2025 18:46:51 +0100 Subject: [PATCH 1/3] Update Linux log file path in issue templates --- .github/ISSUE_TEMPLATE/report-bug.md | 2 +- .github/ISSUE_TEMPLATE/report-compatibility.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index 5d999f1b..d260ead3 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.md +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -38,6 +38,6 @@ Paste debug information below: This is easiest to do in the preview mode. Additional logs can be found here: -- Linux: `/opt/safing/portmaster/logs` +- Linux: `/var/lib/portmaster/log` - Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` --> diff --git a/.github/ISSUE_TEMPLATE/report-compatibility.md b/.github/ISSUE_TEMPLATE/report-compatibility.md index d234aebd..f9b14519 100644 --- a/.github/ISSUE_TEMPLATE/report-compatibility.md +++ b/.github/ISSUE_TEMPLATE/report-compatibility.md @@ -30,6 +30,6 @@ Paste debug information below if reporting a problem: This is easiest to do in the preview mode. If needed, additional logs can be found here: -- Linux: `/opt/safing/portmaster/logs` +- Linux: `/var/lib/portmaster/log` - Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` --> From f1f18d4b64f2aa61d4605c16c2b77d6a0288590d Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych Date: Wed, 12 Nov 2025 12:47:37 +0200 Subject: [PATCH 2/3] Update report-bug.md PMv2 logs path in Windows --- .github/ISSUE_TEMPLATE/report-bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/report-bug.md b/.github/ISSUE_TEMPLATE/report-bug.md index d260ead3..6f80187d 100644 --- a/.github/ISSUE_TEMPLATE/report-bug.md +++ b/.github/ISSUE_TEMPLATE/report-bug.md @@ -39,5 +39,5 @@ This is easiest to do in the preview mode. Additional logs can be found here: - Linux: `/var/lib/portmaster/log` -- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` +- Windows: `%PROGRAMDATA%\Portmaster\logs` --> From 4a3a494ed25a1632c0378041686cd9c452d5243d Mon Sep 17 00:00:00 2001 From: Alexandr Stelnykovych Date: Wed, 12 Nov 2025 12:48:26 +0200 Subject: [PATCH 3/3] Update report-compatibility.md PMv2 logs path on Windows --- .github/ISSUE_TEMPLATE/report-compatibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/report-compatibility.md b/.github/ISSUE_TEMPLATE/report-compatibility.md index f9b14519..5f17c661 100644 --- a/.github/ISSUE_TEMPLATE/report-compatibility.md +++ b/.github/ISSUE_TEMPLATE/report-compatibility.md @@ -31,5 +31,5 @@ This is easiest to do in the preview mode. If needed, additional logs can be found here: - Linux: `/var/lib/portmaster/log` -- Windows: `%PROGRAMDATA%\Safing\Portmaster\logs` +- Windows: `%PROGRAMDATA%\Portmaster\logs` -->