gnome-terminator / terminator

multiple GNOME terminals in one window
https://gnome-terminator.org
GNU General Public License v2.0
2.07k stars 252 forks source link

Titlebar is lost when moving a terminal #914

Open qftlzxfz opened 2 months ago

qftlzxfz commented 2 months ago

Terminals now have a titlebar according to their profile. However when some terminals have a titlebar and others don't, then a terminal loses its titlebar when moving the terminal inside a terminal that does not have a titlebar.

To Reproduce Create a profile A with titlebar and a profile B without titlebar.

Open a window with two terminals: One with profile A and one with profile B. Move the terminal with the titlebar inside the terminal without the titlebar.

Expected behavior The terminal does not lose its titlebar.

Desktop (please complete the following information):

theonlyswissarmy commented 2 months ago

When you say the terminal doesn't lose its titlebar what do you mean? Would you want profile B to be overwritten by profile A and inherit its titlebar, or would you want two title bars(?). If you could further describe the desired behavior it would help alot.

qftlzxfz commented 2 months ago

Hi! The terminal with profile A should keep its titlebar, as before the move. The terminal with profile B should remain without the titlebar, as before the move.

With move I mean for example: a window has two terminals side by side. I click on the titlebar of one of them and drag the terminal inside the other one, for example to have one on top of the other.

qftlzxfz commented 2 months ago

And what happens is that the terminal with profile A ends up without its titlebar after the move.

The titlebar can be shown again, by changing its profile to B then change it back again to profile A (with the mouse, because of issue #915).