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

Ahmad Samir <a.samir...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.samir...@gmail.com

--- Comment #2 from Ahmad Samir <a.samir...@gmail.com> ---
I tested this a bit (with `kde-open5 ssh://someIPAddress`) and using --noclose
sort of makes sense.

Consider the case where you try connecting to an ssh server and the connection
fails for whatever reason, without "--noclose" you'll get a konsole window
that'll show for a fraction of a second and close; whereas with "--noclose", if
the connection fails the window won't go away, but will display an error
message, something like:
ssh: Could not resolve hostname 192.168.1.300: Name or service not known

IIUC, this is the intended behaviour.

Since the condition in the code is checking that "konsole" is set as the
default terminal emulator, you can tweak the default behaviour from
systemsettings5 -> Applications -> Default Applications -> Terminal Emulator,
change

"Use Konsole ..."
to
"Use a different terminal program"
and enter /usr/bin/konsole in the edit line box; so you'll still be using
konsole but the condition will evaluate to false and "--noclose" won't be used.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to