[konsole] [Bug 377412] konsole with -e option breaks previous usage--now requires to specify shell to execute commands
Michael
bugzilla_noreply at kde.org
Fri Nov 6 04:42:56 GMT 2020
https://bugs.kde.org/show_bug.cgi?id=377412
--- Comment #15 from Michael <kde at 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 the assignee for the bug.
More information about the konsole-devel
mailing list