Summary: | [regression] New tab does not create tab in a view | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | DimanNe <dimanne> |
Component: | split-view | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | khindenburg, nate, tcanabrava |
Priority: | NOR | ||
Version: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
DimanNe
2020-03-29 10:57:09 UTC
P.S. It is so annoying that I am fine with the option of recompiling Konsole from sources with the commits (that introduced this behaviour) reverted. So if the change was intentional, can you please share which commits it were? *perhaps* it is this commit - https://cgit.kde.org/konsole.git/commit/?id=6e8153a78e3c63e514a6ecb62f6c9b4b504e7eb7 *** This bug has been marked as a duplicate of bug 417013 *** DimanNe, The split View feature interation has indeed been drastically changed (and no, it's not a regression) to allow splits to actually split into multiple terminals. The old behavior just created a mirror of the current tab and duplicated it's views, but you could not create complex layouts for a task (for instance, I usually have a layout that resembles this. -------- | | | | | | where each pane is a terminal, and it's doing a | |--| separated thing. Konsole was the only terminal | | | doing the 'mirror' thing in all of the terminal --------- applications. You can move terminals via Ctrl + Arrow Key, and you can rearrange the positions visually by dragging the Header Bar, you can even move them to a new tab by dragging it. If you want to have a 'mirror' feature like in the previous version of konsole, this can be implemented. Would you mind trying to submit a patch for a Mirror feature that does not remove the current split functionality? |