Summary: | There is no way to open new identical session in a tab with menu (Shortcut is working fine) | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Vladislav Bogdanov <bubble> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adaptee |
Priority: | NOR | ||
Version: | 2.5.2 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9.0 | |
Sentry Crash Report: |
Description
Vladislav Bogdanov
2010-10-22 18:22:17 UTC
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 |