----------
<chuck_hines_at_VNET.IBM.COM> writes:
>
> 9. Made Exec use $SHELL, like mwm, if ExecUseSHELL is specified,
> plus Exec now does an explicit "exec" as the first arg (if it's
> not there already), to eliminate extra processes
I don't link this one at all, (the non-explicit exec). Previously I
had a number of Execs in my .fvwm2rc like this:
+ "a&udiotool - Sound Editor" Exec cd /u/dane/audio;nice audiotool&
Now, they get run as:
/bin/ksh -c exec cd /u/dane/audio;nice audiotool&
With the result that only the "cd" runs, the second command just
disappears.
Since it is easy enough to do:
+ "a&udiotool - Sound Editor" Exec exec nice audiotool&
I recommend leaving "exec" up to the user, with a possible doc change
to explain the efficiency gained. Meanwhile, I am removing the
explicit exec from my copy and continuing testing.
> Chuck
--
Dan Espen Phone: (908) 699-5570
dane_at_bae.bellcore.com
444 Hoes Lane Room RRC 1C-214
Piscataway, NJ 08854
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Apr 17 1996 - 09:46:32 BST