Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread Thomas Adam
On Mon, Jul 26, 2010 at 06:30:20PM +0100, - Tethys wrote:
 I've upgraded from F11 to F13. Since then, my fvwm doesn't look as
 pleasing as it used to. I've kept the same ~/.fvwm/config file.
 However, I now have borders around my icons, where previously there
 weren't any. This only seems to apply to applications that set their
 own icons. If I explicitly add an icon with a Style in my config file,
 it appears without a border, as I'd expect. Secondly, my pager now has
 inactive windows being mostly black, where previously they were grey.
 Again, nothing has changed in my ~/.fvwm/config.

Look at the following style conditions:

IconBackgroundRelief
IconBackgrouondColorset

I suspect in your case, you just need to set IconBackgroundRelief 0, or
somesuch.

-- Thomas Adam



Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread - Tethys
On Wed, Jul 28, 2010 at 9:46 AM, Thomas Adam tho...@xteddy.org wrote:

 I suspect in your case, you just need to set IconBackgroundRelief 0, or
 somesuch.

Yep, that fixed it. It still doesn't explain why the relief appeared
when using the same config file and the same version of fvwm as my
previous install. But at least it works now. Thanks.

Tet

-- 
“It seems intuitively obvious to me, which means that it might be
wrong.” -- Chris Torek



Re: FVWM: Visual nastiness on Fedora 13

2010-07-28 Thread Thomas Adam
On 28 July 2010 12:02, - Tethys tet...@gmail.com wrote:
 On Wed, Jul 28, 2010 at 9:46 AM, Thomas Adam tho...@xteddy.org wrote:

 I suspect in your case, you just need to set IconBackgroundRelief 0, or
 somesuch.

 Yep, that fixed it. It still doesn't explain why the relief appeared
 when using the same config file and the same version of fvwm as my
 previous install. But at least it works now. Thanks.

Because FVWM is only meant to draw the relief under certain conditions
by default.

-- Thomas Adam