On Fri, Apr 30, 2004 at 03:25:35PM +0200, [EMAIL PROTECTED] wrote:

<snip>
> .xinitrc/.xsession
> 
> exec icewm
> exec fvwm-themes-start
> 
> but ONLY the first wm start. how can i run both ?

It has nothing to do with the WMs.  .xinitrc and .xsession are usually sh
scripts.  Think about what exec does in sh.  Check the sh man page if
you don't know.

This script will only ever say "hello":

--->
#!/bin/sh
exec echo "hello"
exec echo "goodbye"
<---
-- 
Serve Gonk.
Jon Martin - Undergraduate Labs Systems Administrator (ISG - labadmin)
Department of Computing Science at University of Alberta.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to