https://bugs.kde.org/show_bug.cgi?id=367746
--- Comment #15 from Martin Sandsmark <martin.sandsm...@kde.org> --- Git commit 79ca76a94696eda408927b122b0b531676d4ba93 by Martin T. H. Sandsmark. Committed on 28/08/2016 at 17:12. Pushed by sandsmark into branch 'master'. Fix checking of foreground process The old method of checking it has unnecessary overhead (doing a full process info update), and wasn't very reliable. Instead just get the original shell PID from QProcess (via KProcess), and the foreground process from the PTY. REVIEW: 128789 M +2 -1 src/MainWindow.cpp M +5 -4 src/Session.cpp http://commits.kde.org/konsole/79ca76a94696eda408927b122b0b531676d4ba93 -- You are receiving this mail because: You are watching all bug changes.