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 793203 - remove icon title (OSC 1) support
remove icon title (OSC 1) support
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
git master
Other Linux
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
[fixed:vteparser]
Depends on: vteparser
Blocks:
 
 
Reported: 2018-02-05 22:54 UTC by Christian Persch
Modified: 2018-03-27 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2018-02-05 22:54:49 UTC
The icon title is an obsolete concept, only used on X, as an alternative to the window title for the iconified state. The corresponding API call gdk_window_set_icon_name() is a no-op on all non-X backends; and even on X is not actually used by gnome-shell.
Comment 1 Egmont Koblinger 2018-02-05 23:38:28 UTC
+1

It's also unclear how title stacking (bug 699819) should work (should it push both titles to their separate stacks, or what).

Plus, I got totally confused the other day by before realizing that g[dt]k_window_set_icon_name have absolutely nothing to do with each other. Of course it's not a good argument for removing, just mentioning it for fun :)
Comment 2 Christian Persch 2018-03-27 17:52:25 UTC
Fixed on master.