Bug 211933

Summary: parameter --new-tab -e will change the default command when open a new tab
Product: [Applications] konsole Reporter: flex <frostynova>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal CC: adaptee, furlongm, steve
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description flex 2009-10-26 14:19:35 UTC
Version:            (using KDE 4.3.2)
Compiler:          gcc 4.3.4 
OS:                Linux
Installed from:    Gentoo Packages

when you open a new tab by using:

konsole --new-tab -e cmd  

The cmd can be a ssh command. But after that, when you start another new tab by using

ctrl+shift+n or konsole --new-tab

the -e paramenter seems to still take effect, the new tab also executes the cmd

you must execute konsole with -e /bin/bash, then everything is ok.
Comment 1 Marcus Furlong 2011-05-25 08:50:47 UTC
Confirmed the same issue with

Konsole 2.6
KDE 4.6.00 (4.6.0) "release 6"
Opensuse 11.4

try

konsole --new-tab -e /bin/ls -R /

and then

konsole --new-tab

or ctrl-shift-t

For fun, try to ctrl-C the command as it runs. Not sure what behaviour is expected in that case though...
Comment 2 Jekyll Wu 2011-07-30 18:07:05 UTC
*** Bug 184006 has been marked as a duplicate of this bug. ***
Comment 3 Jekyll Wu 2011-08-19 00:56:40 UTC

*** This bug has been marked as a duplicate of bug 184788 ***