In KDE's Konsole, if I have a Konsole window open with multiple tabs and accidentally click and drag a tab off into its own window, is there any way to re-attach it to the tabs of the original Konsole window? I've tried dragging it back onto the window and holding down different keys, but I can't figure out a way to do it. Thanks.
Asked
Active
Viewed 2,029 times
1 Answers
19
I can not tell if and when this changed, but with Konsole 20.08.1 (I could test it on Arch Linux), detached tabs can be re-attached to their original window by:
Dragging them by their label in the tab bar.
To see the tab bar in windows containing one tab only, you may need to set:
"Configure Konsole" > "Tab Bar / Splitters" > "Appearance" > "Show: Always"Dropping them anywhere on the target window, except for its title bar.
This will also work for newly created windows (i.e. for tabs that had not been previously detached) if "Configure Konsole" > "General" > "Run all Konsole windows in a single process" is checked (except for windows opened before this settings was applied).
fra-san
- 9,931
- 2
- 21
- 42
-
4Since I do prefer not to use the "Show Always" option, but instead "Show TabBar when needed", I usually just open a new tab if I have a single tab open (`Ctrl + Shift + N`), and then drag the old tab to the window where I want to place it. Then I have to close the other window. I would prefer if I could drag the window title into the tab bar. – Christian Herenz Feb 03 '21 at 00:56
-
In Konsole 19.12.3 I found that I can detach a Konsole tab and re-attach it to the same Konsole window, but I can't attach it to a different Konsole window. – raphael75 Jun 16 '21 at 13:48
-
2@raphael75 Is "Run all Konsole windows in a single process" checked in your Konsole settings? Maybe I wasn't really clear, but that part of my answer means that, if that option is not set (as in the default configuration, I believe), attaching tabs to a different window is not possible. – fra-san Jun 16 '21 at 14:08
-
I just filed a bug report about this. This would be a great feature to have. – raphael75 Jun 16 '21 at 14:11
-
@raphael75 can you past the link to the bug report here please - I would love to follow the discussion. – Christian Herenz Nov 29 '21 at 01:55
-
1Here is a related bug report: https://invent.kde.org/utilities/konsole/-/issues/6 Unfortunately it was closed with the fix of removing the `Ctrl + L` shortcut w/o addressing the underlying problem – Christo Nov 29 '21 at 10:01
-
1@ChristianHerenz Here it is! https://bugs.kde.org/show_bug.cgi?id=438740 – raphael75 Feb 01 '23 at 22:30
