I am running some software that takes a while to quit. It must write some large database files.
I have observed that, if I run the software from within xterm
, when pressing "quit", the application's name disappears from the panel, but it takes quite a bit longer before xterm
returns me to the prompt so I can type any additional commands.
I need to know when the application has successfully and completely quit, so that I do not break the database by quitting Xorg too quickly, but running the program from xterm
aways is quite impractical.
- Is there an alternative means of receiving accurate feedback about when a program has successfully shutdown that does not involve launching it from within
xterm
?