After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 701568 - ability to have side-by-side and one-above-another terminals in one window
ability to have side-by-side and one-above-another terminals in one window
Status: RESOLVED DUPLICATE of bug 319454
Product: gnome-terminal
Classification: Core
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-03 22:20 UTC by Martin Meyer
Modified: 2013-09-14 11:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Meyer 2013-06-03 22:20:05 UTC
I've got a lot of cases where I'd like to be able to see two terminal contents concurrently to compare or copy or various other reasons. gnome-terminal supports tabs, and you can detach/reattach tabs between windows, but it would be nice if it natively supported horizontal and vertical splitting.

What I'm picturing borders on adding basic titling window management logic to gnome-terminal, so I won't be too offended if you close as WONT_FIX, but I really think it would make this use case much simpler if gnome-terminal were dealing with the titling instead of relying on multiple windows and the window manager to arrange them. It will become a more automatic process, window alignment will be better, and it would become easier to shift things around and rearrange. Shortcut keys can be added specifically for moving to a different tab region.

Different arrangements:
+-----+
|t|t|t|
+-----+
| 1   |
+-----+

+-----+-----+
|t|t|t|t|t|t|
+-----+-----+
| 1   | 2   |
+-----+-----+

+-----+
|t|t|t|
+-----+
| 1   |
+-----+
|t|t|t|
+-----+
| 2   |
+-----+

+-----+-----+
|t|t|t|t|t|t|
+-----+-----+
| 1   | 3   |
+-----+     |
|t|t|t|     |
+-----+     |
| 2   |     |
+-----+-----+

+-----+-----+
|t|t|t|t|t|t|
+-----+-----+
| 1   | 2   |
|     +-----+
|     |t|t|t|
|     +-----+
|     | 3   |
+-----+-----+


+-----+-----+
|t|t|t|t|t|t|
+-----+-----+
| 1   | 2   |
+-----+-----+
|t|t|t|t|t|t|
+-----+-----+
| 3   | 4   |
+-----+-----+

Basically allow up to for sections of the gnome-terminal instance that the GtkNotebook can by dragged between. Allow the boundary between the sections to be dragged to resize too.
Comment 1 Christian Persch 2013-09-14 11:55:56 UTC

*** This bug has been marked as a duplicate of bug 319454 ***