I'm currently trying to configure sphinxsearch. The indexing takes around 7 minutes. Too long to wait so I usually start doing some other tasks before testing the results. But I would like to be notified when the indexing is finished - what are your ideas? The problem is also that the sessions are running through ssh. Ideal would be some tray notification that would watch changes on the terminal that is either minimized or shown on a different virtual desktop.
|
feedback
|
|
A couple possibilities off the top of my head:
| |||
|
feedback
|
|
To elaborate on @pjz's answer, you could use xmessage (or any other command that will make something happen visually) like this:
This will pop up a small notification window when your command is done. | |||
|
feedback
|
|
I know the | |||||
feedback
|
|
The current method in Linux is link text. You can interface to it from a shell script using dbus. | |||||
feedback
|
|
KDE's konsole has the option to notify you (bell/icon change) when a terminal session produces new output. Run the indexing in konsole, and append something like "&& echo done" to get output at the end (if there is none normally). Redirect regular output from the indexing. | |||
|
feedback
|