Anyone else notice this? I'm considering submitting a bug report, but I want to make sure it's not just me.
Here's there terminal output of Konsole (how recursive) when the -e option is used:
I'm guessing the 11 in the kdecore line refers to signal 11, SIGSEGV, the segfault.
Would anyone mind testing the -e option (e.g. "konsole -e 'echo foo'") to see if it does anything?
It may also just be what I'm executing, as Docking Station (a game)'s launch script does this, but the America's Army (another game) and Sauerbraten (yet another) launch scripts don't.
Here's there terminal output of Konsole (how recursive) when the -e option is used:
Code:
sheeettin@sheeettin-kubuntu:~$ konsole -e "echo foo" kdecore (KProcess): WARNING: _attachPty() 11 konsole: WARNING: Unable to open a pseudo teletype! Uh oh.. can't get terminal attributes..
Would anyone mind testing the -e option (e.g. "konsole -e 'echo foo'") to see if it does anything?
It may also just be what I'm executing, as Docking Station (a game)'s launch script does this, but the America's Army (another game) and Sauerbraten (yet another) launch scripts don't.
Comment