-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not resize the window when hiding the tab bar #17
Comments
Sorry for replying so late. I have not login these days. evilvte basically do not handle any window-resizing event. I just use some workaround so it can meet my needs. If you want GTK+ 3.x with VTE, I think you can try ROXTerm. |
I'm using GTK+ 3.x indeed, with Gnome 3.6. Do you have any pointers on how this could be fixed or worked around? I may take some of my spare time to try and find a solution. As to switching to ROXTerm, it seems to have way too much features, and I'm rather considering using tmux instead of tabs. |
The problem is resizing of VTE and resizing of GTK_NOTEBOOK(tabs of GTK+) do not co-work well. However, GTK+ 3.x changed its window-resizing / window-size-announcing behavior. Workarounds for GTK+ 2.x does not work any more. If you plan to use tmux with VTE, I think you may turn off tabs.
|
Thanks for you answer, I'll stick with disabling tabs in evilvte, and maybe investigate further in this notebook/VTE issue. I also noticed that I'm not able to resize the terminal smaller than 80x24 (I've not tried to tweak |
Yes, a workaround for GTK+ 3.x. |
I've got
TABBAR_AUTOHIDE
set toTRUE
, and when I close the last tab but one, the window gets automatically resized to its default size.Steps to reproduce:
I think this is a bad behavior
The text was updated successfully, but these errors were encountered: