FVWMBanner + transparency

I’ve been trying to use this image as a splash screen.
The central area of the image is semi transparent with greenish fog but when it’s displayed is totally transparent and the greenish stuff is gone.
I use the same effect with the menu with a colorset but i didn’t find a way to use colorsets with the banner. is that possible?
thanks to all!

Hi,

the man page of FvwmBanner does not mention any option for a colorset. Why not use FvwmButtons (Maximized, One Button with your Pixmap)? You may kill it at the end of the startup function.

Christoph

No. You’d have to do something like:

AddToFunc StartFunction
+ I Module FvwmButtons somealias
+ I Wait somealias
+ I Schedule 4000 KillModule FvwmButtons somealias

– Thomas Adam

Thanks to both of you! I’m working on it…
I’ll let you know if I manage to solve