Quoth Michael Watz on Wed, Sep 13, 2006 at 01:56:26PM -0700: > I'm attempting to get the "tab window manager" under SMF control. > I already have Xvfb running (Xsun) successfully:
I'm confused. Does it make sense to run a window manager outside of a user's login context? If you just want the window manager to be restarted if it dies, I've used ctrun for this: # Use ctrun to restart sawfish when it fails. ctrun -i '' -f core,signal,hwerr -r0 $sawfish 2> ~/.sawfish-errors & David