>>>>> "EL" == Eric Lee <uelee_at_king.mcs.drexel.edu> wrote:
EL> This is Eric from Drexel university who just started to be having
EL> fun wiht linux.
Hi Eric!
welcome to Linux. It will bring a lot of fun to your life.
EL> my .Xclients contains following..
EL> ...
EL> if [ ! -z $(type -path fvwm) ]; then
EL> exec fvwm
So, is "fvwm" in your path? If you type
type -path fvwm
from the bash prompt, do you see any output? (You should.)
Is your binary really called "fvwm", and not "fvwm2"?
BTW, the line
if [ ! -z $(type -path fvwm) ]; then
can be replaced with
if [ -n $(type -path fvwm) ]; then
although this is not the problem.
EL> ...
Hope this helps.
Ciao, Emilio.
--
Emilio C. Lopes <mailto:ecl_at_finpe.if.usp.br>
Instituto de Fisica da Universidade de Sao Paulo
Caixa Postal 66318, 05389-970 Sao Paulo - SP, BRAZIL
Phone: (+55) (11) 818-6724 (Voice) / 818-6715 (Fax)
--
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 Jul 24 1996 - 17:29:37 BST