I am running Xubuntu 15.04, but maybe this question has a general solution for all Ubuntu flavours.
I usually leave long computations running in a terminal window, which may take from a couple of minutes, to hours, or days. It would be nice if I could be alerted somehow when a terminal finishes executing a command. This should only be necessary for terminals which are minimized.
Is there a way to set up something like this? Ideally, the terminal window could flash, or maybe a notification show up.
echo '\a'
) with sound, see https://en.wikipedia.org/wiki/Bell_character – Rens van der Heijden Aug 04 '15 at 20:28xfce4-notifyd
offers a blinking-until-focus feature, maybe someone with more xfce knowledge can use that to give you a proper answer, though. – Rens van der Heijden Aug 04 '15 at 20:32