GNOME Bugzilla – Bug 141985
vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with the correct window/icon title
Last modified: 2006-08-17 21:17:03 UTC
Here comes a patch that fixes that.
Created attachment 27414 [details] [review] Fix the handling of 'CSI 2 1 t' and 'CSI 2 0 t'
This would reopen CAN-2003-0070, so I must decline.
Hmm. Right. Can you make vte set WM_NAME and WM_ICON_NAME on its window? I'm trying to somehow solve bug 137388, and if CSI 2 1 t is a no-go, then that seems to be enough to please vim...
That should be doable without too much ickiness. GDK seems to provide an API for setting properties on windows....
Here comes a patch that does this. I don't think there are any other places where the window/icon titles are set. Note this sets the properties on realization, too.
Created attachment 27441 [details] [review] Set WM_NAME/WM_ICON_NAME on the VteTerminal window
Reopening...
Patch ok to apply? Marking NEW
Please review and commit if it's ok.
2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 141985 – vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with the correct window/icon title Patch from Mariano Suárez-Alvarez * src/vte.c (vte_terminal_realize), src/vteseq.c * (vte_sequence_handler_set_title_internal): Set window/icon titles.
The patch seems to cause crashes. Bug 351696. I'm sure I've seen a dupe too.