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
Thanks for the SaveLastSessionLayout plugin by @vssdeo.
Unfortunately it interferes with closing the terminal, it hangs.
Steps to reproduce:
Back up your terminator config file: cp -p ~/.config/terminator/config{,_$(date -I).bak}
Create a config file which only contains this plugin: echo -e "[global_config]\n enabled_plugins = SaveLastSessionLayout" > ~/.config/terminator/config
Test it to see hanging:
start terminator
press Shift+Ctrl-O to open a new pane.
Now comes the bad part: press Ctrl-D to close the terminal.
It does not close just hangs.
Press Alt-Up to move to the upper pane.
Press Ctrl-D to try closing this pane as well.
It doesn't close just hangs.
Close terminator
Now let's check whether terminator works without the SaveLastSessionLayout plugin.
Create a config file containing only a \n: echo > ~/.config/terminator/config
See terminator working well:
start terminator
press Shift+Ctrl-O to open a new pane.
press Ctrl-D to close the terminal.
Pane closes, only one terminal remains open.
Press Ctrl-D to close this as well.
It works.
Restore your normal terminator config file: cp -b ~/.config/terminator/config{_$(date -I).bak,}
So the culprit should be the SaveLastSessionLayout plugin. Can you please repair it?
Desktop (please complete the following information):
OS or Linux Distribution: [e.g. FreeBSD or Ubuntu] : Ubuntu 22.04.4 LTS.
Version [e.g. 20.04]: terminator/jammy,jammy,now 2.1.4-1
Display Technology: Wayland or X11: Wayland
The text was updated successfully, but these errors were encountered:
Thanks for the SaveLastSessionLayout plugin by @vssdeo.
Unfortunately it interferes with closing the terminal, it hangs.
Steps to reproduce:
cp -p ~/.config/terminator/config{,_$(date -I).bak}
echo -e "[global_config]\n enabled_plugins = SaveLastSessionLayout" > ~/.config/terminator/config
start terminator
press Shift+Ctrl-O to open a new pane.
Now comes the bad part: press Ctrl-D to close the terminal.
It does not close just hangs.
Press Alt-Up to move to the upper pane.
Press Ctrl-D to try closing this pane as well.
It doesn't close just hangs.
Close terminator
Create a config file containing only a \n:
echo > ~/.config/terminator/config
start terminator
press Shift+Ctrl-O to open a new pane.
press Ctrl-D to close the terminal.
Pane closes, only one terminal remains open.
Press Ctrl-D to close this as well.
It works.
cp -b ~/.config/terminator/config{_$(date -I).bak,}
So the culprit should be the SaveLastSessionLayout plugin. Can you please repair it?
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: