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

2020-11-05 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 Michael changed: What|Removed |Added Platform|Kubuntu Packages|Neon Packages Version|16.04.3

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

2020-11-05 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #13 from Michael --- Or said another way, what is the rationale for the difference between running Konsole from the GUI and immediately typing commands, and from invoking Konsole from the command line with commands as an argument string?

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

2020-11-05 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #12 from Michael --- Okay, so you're saying I need to enquote the argument string when I launch Konsole. Yes, you're right I should always be enquoting logic as parameters. Fair enough. Now when I do this, I can confirm that it behaves as

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

2020-11-05 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #11 from Wolfgang Bauer --- (In reply to Wolfgang Bauer from comment #10) > As I already tried to say, I think that's rather a "problem" in the > application that parses your input (e.g. KF5's desktop file parser). Konsole > likely doesn't

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

2020-11-05 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #10 from Wolfgang Bauer --- (In reply to Michael from comment #9) > In contrast, the original bug issue remains when executing: > > konsole -e echo "foo" && sleep 3 && echo "bar" && sleep 3 && echo "closing" As I already tried to say, I

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

2020-11-04 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #9 from Michael --- 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

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

2020-11-02 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=377412 Justin Zobel changed: What|Removed |Added Status|CONFIRMED |NEEDSINFO CC|

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

2017-04-22 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #7 from Michael --- To clarify, the command: konsole -e echo "foo" && sleep 3 && echo "bar" && sleep 3 && echo "closing" was just a simplification of my issue without others having to parse my long

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

2017-04-22 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #6 from Michael --- (In reply to Wolfgang Bauer from comment #3) > PS, this should work like you expect it to, it does here with Konsole 17.04 > at least: > konsole --noclose -e sh -c 'echo foo && sleep 3 &&

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

2017-04-22 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #5 from Michael --- Created attachment 105152 --> https://bugs.kde.org/attachment.cgi?id=105152=edit contains a one line script to download youtube videos -- You are receiving this mail because: You are

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

2017-04-22 Thread Michael
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #4 from Michael --- (In reply to Kurt Hindenburg from comment #1) > The command line had a lot of changes to move off the old kdelibs4support > libraries. > > If you add --noclose, you can see that

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

2017-04-22 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=377412 --- Comment #3 from Wolfgang Bauer --- PS, this should work like you expect it to, it does here with Konsole 17.04 at least: konsole --noclose -e sh -c 'echo foo && sleep 3 && echo "bar" && sleep 3 && echo "closing"' -- You are

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

2017-04-22 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=377412 Wolfgang Bauer changed: What|Removed |Added CC||wba...@tmo.at --- Comment #2

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

2017-04-19 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=377412 Kurt Hindenburg changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED