[solved] why wine programs run without titlebar?

Please help: how to enable titlebar for programs under wine? I tried to remove ~/.fvwm directory and restart — no effect. Under blackbox wine has always titlebar.

I don’t use wine myself, but I guess that they must be Transient windows. Try to add

Style * DecorateTransient

if that does the trick you might want to use FvwmIdent to see what resource wine programs use, and replace the * with that resource.

Thanks! It does the trick! :slight_smile: