|
So you want XMessage, but you don't want to wait for a return... So how are you trying to call XMessage - is this a script (Perl, Shell) or a "program" (C/C++)?
[Edit - OK, read the post again]
Since this is a script - why not just background the xmessage?
xmessage --center "Hey, Check this error" & >/dev/null 2>&1
Wouldn't this do what you need?
Last edited by GAVollink; 11-10-2003 at 04:25 PM.
|