https://bugs.kde.org/show_bug.cgi?id=377412
--- Comment #20 from Michael <k...@callthecomputerdoctor.com> --- > The reason is simple I think: > AFAIK "konsole -e xxx" just runs the command directly and passes it the rest > of the line as > arguments. > But the '&&' or ';' are to be parsed by the shell, neither konsole nor the > application it runs cares about them. Yes, but I've put the example commands in single quotes so that the arguments are not pre-parsed before the new terminal window receives it: > $ xterm -e 'echo "hello"; sleep 3' > $ konsole -e 'echo "hello"; sleep 3' I still don't see why both of these terminals behave so dramatically differently when executing this. > Btw, that hasn't actually changed recently, I can reproduce the same behavior > with konsole 2.14.2 from KDE4... Okay, must've been further back then. -- You are receiving this mail because: You are watching all bug changes.