From a21575b0aba1babfeac7bb306d5634a0cc414404 Mon Sep 17 00:00:00 2001 From: Matt Rose Date: Thu, 11 Nov 2021 14:29:49 -0500 Subject: [PATCH] Update issue templates Add the flag to disable dbus to the suggested terminator command, to stop dbus from picking up the terminator instance with the bad config. Also, added a Wayland or X11 Question in the template at Vulcalien's suggestion --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a28790a8..59b0316b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ assignees: '' --- Before opening an issue, please try starting terminator with an empty config -file, by issuing `terminator -g /dev/null` and see if it starts normally. +file, by issuing `terminator -u -g /dev/null` and see if it starts normally. If it does, and you still want to open the bug, then please attach the config file, usually found at `$HOME/.config/terminator/config` to the issue @@ -30,6 +30,7 @@ If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS or Linux Distribution: [e.g. FreeBSD or Ubuntu] - Version [e.g. 20.04] + - Display Technology: Wayland or X11 **Additional context**