After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 752514 - Add title bar string stack
Add title bar string stack
Status: RESOLVED DUPLICATE of bug 699819
Product: vte
Classification: Core
Component: general
0.38.x
Other Linux
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-07-16 23:09 UTC by Steve Boddy
Modified: 2015-07-17 08:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Steve Boddy 2015-07-16 23:09:09 UTC
From a wishlist raised by a user against Terminator - I think this is something that should done at the VTE level. From https://bugs.launchpad.net/terminator/+bug/1475123
--8<--
i would like to see a title bar string stack. i could not find such a feature on terminator as of yet. as implemented in xterm, basically send '\033[22t' to add to the stack, then '\033[23t' to restore.

this allows the customer to do things like the following:
1. add the current title bar value to the stack
2. set the title bar to a remote hostname
3. ssh to that remote host
4. restore the previous stack string value

this works on an xterm:
1. echo -ne '\033[22t'
2. echo -ne '\033]2;your-host-name'
3. ssh your-host-name
4. echo -ne '\033[23t'

conveniently setting the title bar to the name of the host and then resetting it back to whatever it was before after the completion of the ssh command.
--8<--
User tested against old VTE (0.28) but I also checked against GNOME Terminal (0.38.1), and the sequence is not handled there either.
Comment 1 Egmont Koblinger 2015-07-17 07:58:56 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 699819 ***
Comment 2 Steve Boddy 2015-07-17 08:47:24 UTC
Strange, considering both tickets have "title" and "stack" in the summary and 699801 didn't show up in the 5 suggestions when I raised this one. Seems the duplicate check is a little ineffective. Anyhow, thanks for the pointer.