GNOME Bugzilla – Bug 73273
Request for configurable "no more output" notifier in profterm
Last modified: 2021-06-10 14:15:49 UTC
Perhaps a configurable "no more output" notifier feature would be useful in profterm. For example, imagine that you do a long compile and that you switch to another desktop or minimize the terminal window during the compile. With this feature, you could set a timer so that if there was no more output for that many seconds, you will get a message window indicating that the command finished, or some other notification, so that you will know when to go back to the terminal because the compilation has finished.
Would this be a per-profile feature or just set up ad hoc for a given tab do you think?
I think the latter would need to be the case for it to be really useful.
Well, this feature was in good-old {multi-,}gnome-terminal ... there the title was red when output was comming in and blue when it stalled for some seconds... I really miss this a lot
One problem I see is that one cannot just use the tab title, and should handle the case of no tab bar... Another useful color will be one for when a bell is received. Gaim uses colors in the tab title and is really useful.
Maybe a notification using libnotify could be displayed after lengthy operation (like 'make'). A workaround is the plain old 'make && mplayer mysong.mp3' for acoustic feedback, or some zenity command for visual feedback: "make && zenity --notification --text "End of compilation". Unfortunately, this will not work with jhbuild, though, because it uses an interactive mode.
(In reply to comment #4) > Another useful color will be one for when a bell is received. Gaim uses colors > in the tab title and is really useful. bug 557593 is about the bell
-- 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/gnome-terminal/-/issues/1273.