Version: 2.5.2 (using KDE 4.5.2) OS: Linux It became impossible (starting with 4.5.0) to run new identical session in a new tab using menu navigation. "New window" menu item opens such session, but there is no way to select "New Tab" because it was transformed into a submenu with list of preconfigured profiles. I use .desktop shortcuts to open sessions to remote hosts with ssh. Before 4.5.0 I was able to press New Tab menu item to open new session to host. Now I'm not. Ctrl-Shift-T keyboard shortcut works just fine, but Ctrl-Shift is often used to switch keyboard layout (and most people are unwilling to change their habits), so this do not work either (and only recent versions of Xorg provide separate LShift-LCtrl and RShift-RCtrl for layout switch). Reproducible: Always Steps to Reproduce: 1. run konsole -e ssh user@host 2. Try to open a new tab with the same command run by using menu Actual Results: The only options are to open pre-defined profiles (which actually lead to shell on local host). Expected Results: New session to the same host in a new tab.
In kosole-2.8, The 'New tab' and 'New Window' actions will always open the default profile. I guess what you want is a new dedicated action: "clone/duplicate current tab".
Git commit 56acddac933b96c10c782a918a419f6aaf4b2702 by Jekyll Wu. Committed on 10/02/2012 at 19:37. Pushed by jekyllwu into branch 'master'. Add 'Clone Tab' action for cloning current tab This action will create new tab/session using the same settings(command, colors, etc) used in current tab/session. At this moment, this action does not always clone current tab/session 100%. For example, If you change the scrollback setting of current session temporarily through context menu or dbus method, this action won't clone the temporary change. Another example is the tab title. On the other hand, this action works quite well with command line options(-e, -p, etc) and the 'konsoleprofile' utility. Related: bug 292518 FIXED-IN:4.9.0 REVIEW:103859 DIGEST: M +3 -1 desktop/konsoleui.rc M +23 -0 src/MainWindow.cpp M +2 -0 src/MainWindow.h http://commits.kde.org/konsole/56acddac933b96c10c782a918a419f6aaf4b2702