On Fri, May 19, 2000 at 07:02:48PM +0200, oliver d tali wrote:
> ...
>  my gdm background (wmsetbg) and blackbox styles (Esetroot), but does
>  anybody knowan altenative way to have that app starting after blackbox,
>  but still the session exit when i choose from my menu blackbox>exit?
>  any ideas appreciated.

I'm not sure what's going wrong with your xrootconsole, but you can do
something like the following in your .x(session|initrc) to have blackbox run
before other apps but still behave the way you would expect:

    #!/bin/sh

    blackbox &
    wmpid=$!

    # Run some backgrounded apps...

    exec wait wmpid

Hope this helps.

-- 
Zak Johnson -- [EMAIL PROTECTED]
[ http://locke.dhs.org ]

Reply via email to