On Wed, Aug 13, 2003 at 03:28:11PM -0700, Sean 'Shaleh' Perry wrote:

> I used system() to implement the script calling.  This has good sides and bad 
> sides.
> 
> Good:
> you can put anything in the command string, I tested it with
> '[exithook] (Exit test3) {DISPLAY=":0" xlsclients | grep -qv bob}'
> 
> Bad:
> You can *NOT* run any commands which open a X window from this hook.  If you 
> do blackbox will hang forever.  You see, system() blocks the parent until it 
> exists.  So blackbox is not awake to notice your window's request.

tried with system("command&"); ?
-- 
Giuseppe Ciotta
gpg key id: 0x62C77413
(string 72 101 108 108 111)

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to