[konsole] [Bug 377412] konsole with -e option doesn't keep the window open anymore

Michael bugzilla_noreply at kde.org
Thu Nov 5 02:55:57 GMT 2020


https://bugs.kde.org/show_bug.cgi?id=377412

--- Comment #9 from Michael <kde at callthecomputerdoctor.com> ---
Hello Justin,

Just thought I'd state right up front that I am now running the latest KDE
neon:

Operating System: KDE neon 5.20
KDE Plasma Version: 5.20.2
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.0

Konsole Version: 20.08.2

Adding the --hold argument does keep the Konsole window open permanently, but
that is not how the prior behavior was when there was no --hold argument, which
is the subtler point of my bug report.

The prior behavior of:

konsole -e echo "foo" && sleep 3 && echo "bar" && sleep 3 && echo "closing"

...was that a new Konsole window would appear, a few lines would slowly print
*in the new Konsole window*, and then the new Konsole window would
automatically disappear after the new process was done. 

In contrast, the original bug issue remains when executing:

konsole -e echo "foo" && sleep 3 && echo "bar" && sleep 3 && echo "closing"

...in that the new Konsole window appears for an instant and then goes away in
a blink of an eye, while the text prints out in the original terminal, where it
was not supposed to print.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list