[Solved] How overlapping a FvwmButton with IconMan

Hi all,

at the moment I am switching my config from png to svg. I’m working on the topbar now. In th past the topbar was split in many png files:*FvwmTopBar: ( 125x40+0+0, Icon $[fvwm_theme_img]/topbar_head.png) *FvwmTopBar: ( 1765x7+125+0, Icon $[fvwm_theme_img]/topbar_up.png) *FvwmTopBar: ( 1765x26+125+7, Swallow "FvwmTopbarIconMan") *FvwmTopBar: ( 1765x7+125+33, Icon $[fvwm_theme_img]/topbar_down.png) *FvwmTopBar: ( 12x40+1890+0, Icon $[fvwm_theme_img]/topbar_endim.png) *FvwmTopBar: ( 8x40+1902+0, Icon $[fvwm_theme_img]/topbar_tail.png)
I’ve tried to make all in one svg file:*TopBar: ( 1910x40+0+0, Icon /data/fvwm/New_TF_config/images/themes/osix_svg/topbar.svg:1910x40)

But if I adding the IconMan to the config:*TopBar: ( 1765x26+125+7, Swallow "TopbarIconMan") only the IconMan will be shown.

What’s going wrong? Is it possible to overlapp a FvwmButton with an IconMan? In the past I’ve put the png files around the IconMan …

It would be great if someone could help me to fix this problem.

Regards,

Thomas

Hi all,

I’ve fixed this issue :laughing: :laughing:
I have taken the topbar.svg as a colorset!# Button Bar (TopBar) Colorset 23 fg white, Pixmap /data/fvwm/New_TF_config/images/themes/osix_svg/topbar.svg:1910x40
and only the IconMan is swallowed in this button:

Best Regards,

Thomas