[Konsole-devel] [Bug 292518] New tab shows local terminal instead of remote when running konsole via ssh kio

Jekyll Wu adaptee at gmail.com
Sat Jan 28 10:53:43 UTC 2012


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





--- Comment #4 from Jekyll Wu <adaptee gmail com>  2012-01-28 10:53:43 ---
(In reply to comment #3)
> (From update of attachment 68244 [details])
> This patch adds a new "Clone Tab" action which creates a new tab and copies the
> command and arguments from the current session into the new one. Its shortcut
> is Ctrl+Alt+C.
> 
> I'm using this patched konsole and so far it's working fine. And multiple ssh
> sessions are back :D

Thanks for the patch. However, There are some problems :

1). It changes konsoleui.rc without increasing the version number. 

    Actually, I'm not sure whether that new action should be accessible through
menu. At least, putting "Clone Tab" near "Close Tab" is a little problematic,
since they are very similar in the English locale. 

2). Its default shortcut is Ctrl+Shift+C, conflicting with the "Copy" action.

3). What that action does is not fully "clone". It only clones the command of
current session, but all other settings(color theme, encoding, etc) are from
the default profile. The appropriate way is to find out the profile(either
permanent or temporary) associated with current session, then use that profile
to create new tab. Unfortunately, due to the way how command line option "-e"
is processed , that way does not work as expected at the moment.


So I think this issue needs to wait for some time :)

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list