Marcus Lundblad spake:
>
> > Function "InitFunction"
> > Module FvwmPager * *
> > # Exec "I" xsetroot -solid blue3
> > EndFunction
> >
> > Function "RestartFunction"
> > Module FvwmPager * *
> > Exec "I" xsetroot -solid Green
> > EndFunction
> >
>
>
> Hmm, this looks like fvwm version 1 systax
>
> It should be
>
> Function "InitFunction"
> + Module FvwmPager * *
> + Exec "I" xsetroot -solid blue3
>
> Function "RestartFunction"
> + Module FvwmPager * *
> + Exec "I" xsetroot -solid Green
>
>
> Note the "+" to continue a definition. And no EndFunction because + always
> adds to the latest "mentioned" function.
Ok, I made that change, and it didn't have any effect. It didn't set
the root color or anything, those are the correct names for the
functions that automatically get called when you start and restart
respectively right?
I even added:
Function "StartFuncton"
+ Module FvwmPager * *
+ Exec "I" xsetroot -solid Grey50
and when I re-start, nothing still happens.
Is there some way that I can see any error messages that fvwm is
giving me?
Thanks
Brian
--
More incoherent ramblings from: Brian "Lizard Bench Mango" Postow ('94)
FOOBAR: Foo Of Oberlin Bygone Alumni Retirees the foo, the proud: the Foo.
The hills are aliiiive with the souuuund of giant slugs!
--
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 majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Jun 17 2002 - 12:01:02 BST