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
Describe the bug
When setting the default shell to fish and then trying to resize a terminal to a very small window, Terminator will crash. This does not happen every time, but it is easily possible to reproduce.
To Reproduce
install fish sudo apt install fish
change default shell to fish chsh -s /usr/bin/fish
open terminator terminator
open two terminals above each other STG + SHIFT + O
resize using STRG + SHIFT + ARROW UP / ARROW DOWN
bug seems to occur more often if arrow keys are being held down
Judging by the error message, this is an error in the VTE library that Terminator uses. I think (though I'm not 100% sure) that this is fixed in a later release. Can you try updating the vte packages to see if that fixes it?
Describe the bug
When setting the default shell to fish and then trying to resize a terminal to a very small window, Terminator will crash. This does not happen every time, but it is easily possible to reproduce.
To Reproduce
sudo apt install fish
chsh -s /usr/bin/fish
terminator
STG + SHIFT + O
STRG + SHIFT + ARROW UP / ARROW DOWN
I can provide a screen capture if one is needed.
Expected behavior
No Crash
Log
terminator -d -u -g /dev/null
https://pastebin.com/U3GQaJQB
Most important lines:
Desktop (please complete the following information):
Additional context
Bug #153 seems to be related as that user was using fish too.
The text was updated successfully, but these errors were encountered: