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 673765 - Please support DECSET 1042 (set urgency hint on bell) and 1043 (raise window on bell)
Please support DECSET 1042 (set urgency hint on bell) and 1043 (raise window ...
Status: RESOLVED OBSOLETE
Product: vte
Classification: Core
Component: general
0.32.x
Other All
: Normal enhancement
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on: vteparser
Blocks:
 
 
Reported: 2012-04-09 06:25 UTC by Josh Triplett
Modified: 2021-06-10 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Josh Triplett 2012-04-09 06:25:16 UTC
I'd like to configure some of my terminal applications to get my attention when they have useful information.  For instance, I'd like mutt to let me know when new mail appears, and I'd like screen to raise the window when I've used it to launch a new program in an existing screen.  X applications can do that by setting an urgency hint on the window or attempting to raise themselves, but terminal applications can't do that.

For these purposes, xterm supports the DECSET 1042 and 1043 control sequences, which cause xterm to set the urgency hint on bell and raise the window on bell, respectively.  Please consider supporting these in VTE.

Test case: sleep 2 ; printf '\e[?1043h\a\e[?1043l'
That should attempt to raise the terminal window after 2 seconds.
Comment 1 Christian Persch 2014-04-12 15:33:49 UTC
Those would just be signals emitted from VteTerminal that the actual UI (gnome-terminal) is free to ignore, or handle, as it wants.
Comment 2 Josh Triplett 2014-04-12 17:41:56 UTC
(In reply to comment #1)
> Those would just be signals emitted from VteTerminal that the actual UI
> (gnome-terminal) is free to ignore, or handle, as it wants.

Of course, but ideally gnome-terminal could then support those signals.
Comment 3 GNOME Infrastructure Team 2021-06-10 14:35:32 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vte/-/issues/1934.