On Fri, Feb 29, 2008 at 5:47 PM, Duane Paddock <[EMAIL PROTECTED]> wrote: (...) > I still receive this "error" in my .xsession file, but it doesn't seem to > affect anything. > > > [fvwm][parse_colorset]: <<ERROR>> error reading root background. > > Looking at the code, I'm not sure it should be flagged as an error.
Can't see why not: it says that fvwm couldn't find the root background pixmap that it needs to compute the average background color. > Thoughts? > > I've removed the else block in fvwm/colorset.c with no ill effect. There's no ill effect because you just prevented the message from being shown. > --- fvwm/colorset.c.orig 2008-02-04 15:20:41.000000000 -0500 > +++ fvwm/colorset.c 2008-02-29 12:43:35.037205000 -0500 > @@ -1185,12 +1185,7 @@ > } > } > } > - else > - { > - fvwm_msg( > - ERR, "parse_colorset", > - "error reading root background"); > - } > + > if (image != None) > { > XDestroyImage(image); Cheers, Renato