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
Please try moving the terminator config out of the way to see if that solves the
problem. If it does, and you still want to open the bug, then please attach the
config file to the issue
Fill out as many of these fields as you can
Describe the bug
The tile of the window is updated when connecting the ssh session. However the title remains the same after ssh session disconnected.
To Reproduce
Steps to reproduce the behavior:
start terminator
ssh to host1, title is updated to user@host1:...
type 'exit' to disconnect ssh session
title remains the same
Expected behavior
A clear and concise description of what you expected to happen.
title should be updated after step 3
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS or Linux Distribution: [e.g. FreeBSD or Ubuntu]
Version [e.g. 20.04]
Ubuntu 20.04
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
This is because when you SSH to a remote machine, the PS1 prompt gets updated, but when you logout of an SSH session, PS1 does not get updated. This is common across all terminal emulators. It annoys me too, but it's outside of the scope of the Terminal emulator. If you can find a fix, let me know, I've found this on all terminal emulators I've used.
Not related to the bug but simple google results surprise me as it was raised back about 10+ years ago.
One trick to fix it is posted here (not sure if it is proper "fix" but works for me):
Please try moving the terminator config out of the way to see if that solves the
problem. If it does, and you still want to open the bug, then please attach the
config file to the issue
Fill out as many of these fields as you can
Describe the bug
The tile of the window is updated when connecting the ssh session. However the title remains the same after ssh session disconnected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
title should be updated after step 3
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Ubuntu 20.04
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: