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

Maximiliano Bertacchini maxiberta at gmail.com
Sun Jan 29 18:26:09 UTC 2012


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





--- Comment #5 from Maximiliano Bertacchini <maxiberta gmail com>  2012-01-29 18:26:09 ---
(In reply to comment #4)

Thanks for your suggestions. Here's an updated patch.

> 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. 

Updated konsoleui.rc version, and action renamed as "Duplicate Tab".

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

Shortcut is now Ctrl+Shift+D, which has no conflicts AFAIK.

> 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.

This action now gets the profile of the current session from SessionManager and
uses it to create the new one.

-- 
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