I’m writing a script that opens a gnome-terminal that launchs a command and then keeps a bash
opened. I want to set a title for it, with the --title
option.
The title shows correctly while the command is running. But when it falls back to the shell, the title changes to show the user and path in the shell.
In mate-terminal (and pehaps I remember that in older versions of gnome-terminal too) there is an option in Profile settings to force the title, ignoring the title set by the command in execution. Is there any way to do it in current gnome-terminal?
Thanks.