https://bugs.kde.org/show_bug.cgi?id=377412
--- Comment #15 from Michael <k...@callthecomputerdoctor.com> --- On my KDE neon machine, these both behave differently: $ xterm -e 'echo "hello"; sleep 3' $ konsole -e 'echo "hello"; sleep 3' The first does what it's supposed to do, while the second fails. The second needs to be changed to this for it to work: $ konsole -e sh -c 'echo "hello"; sleep 3' Am I missing something for why this should be so? -- You are receiving this mail because: You are watching all bug changes.