https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258996
--- Comment #12 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ca25d7089085af7f8a9201beba4d10ff4cdf1da commit 2ca25d7089085af7f8a9201beba4d10ff4cdf1da Author: Adriaan de Groot <adr...@freebsd.org> AuthorDate: 2021-10-18 21:52:49 +0000 Commit: Adriaan de Groot <adr...@freebsd.org> CommitDate: 2021-10-18 21:52:49 +0000 x11/konsole: avoid weird message when exiting last shell Konsole complains about "kernel" still running in the terminal when exiting the last shell in the last tab; this only shows up if PID 0 is visible (depends on hardening options). Avoid that (on Linux, apparently the invalid PID equals the invalid foreground group ID). PR: 258996 Reported by: alt2...@icloud.com x11/konsole/Makefile | 1 + x11/konsole/files/patch-src_MainWindow.cpp (new) | 25 ++++++++++++++++++++++++ 2 files changed, 26 insertions(+) -- You are receiving this mail because: You are the assignee for the bug.