You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am an Xfce4 user but have swapped their terminal for lxterminal, mostly because theirs can't load a monospace font (Dina) I want to use; lxterminal is fine WRT that font.
But I have a (small) problem with tabs. When I create a 2nd tab, the lxterminal window shrinks a little (apparently this: #24 ). When I remove the 2nd tab the window shrinks again. Yep, rinse and repeat and the window gets smaller and smaller. It's not a biggie as I rarely close tabs but it's certainly not working as intended, or so I assume.
The text was updated successfully, but these errors were encountered:
That's a tough one to fix. I think we had it mostly working properly on GTK2 at some point but I haven't had time to look into it since. The gist of the problem is that GTK3 does not give us the information needed to compute the proper size of the window until after it is done drawing the window at the wrong size.
I've found a half-baked but acceptable workaround for that buglet. I am using devilspie2 for many things and it occured to me that I could use its focus feature. I have simply defined a resize-to-correct-window-size action that's triggered whenever lxterminal gets the focus. That's good enough for me though an eventual resolution would be appreciated.
I am an Xfce4 user but have swapped their terminal for lxterminal, mostly because theirs can't load a monospace font (Dina) I want to use; lxterminal is fine WRT that font.
But I have a (small) problem with tabs. When I create a 2nd tab, the lxterminal window shrinks a little (apparently this: #24 ). When I remove the 2nd tab the window shrinks again. Yep, rinse and repeat and the window gets smaller and smaller. It's not a biggie as I rarely close tabs but it's certainly not working as intended, or so I assume.
The text was updated successfully, but these errors were encountered: