Firefox Problem

I simply put:
Style “Gecko” MiniIcon $[MiniIconPath]/firefox.png, Icon $[IconPath]/firefox.png, IconOverride
Style “Gecko” StartsOnDesk 1, Skipmapping

for Firefox, After FVWM initialization, everything looks good, but sometimes Firefox has problems after certain operations such as changing wallpapers.
It suddenly loses its titlebar, and appears in every desk(StartsAnyWhere?) not desk 1 only.

I use Taviso’s decor config, and the Firefox prop looks queer too:
lots of stange simpols,helps!

_NET_FRAME_EXTENTS(CARDINAL) = 1, 1, 18, 1
_KDE_NET_WM_FRAME_STRUT(CARDINAL) = 1, 1, 18, 1
_NET_WM_ALLOWED_ACTIONS(ATOM) = _NET_WM_ACTION_CHANGE_DESKTOP, _NET_WM_ACTION_CLOSE, _NET_WM_ACTION_FULLSCREEN, _NET_WM_ACTION_MAXIMIZE_HORZ, _NET_WM_ACTION_MAXIMIZE_VERT, _NET_WM_ACTION_MINIMIZE, _NET_WM_ACTION_MOVE, _NET_WM_ACTION_RESIZE, _NET_WM_ACTION_SHADE, _NET_WM_ACTION_STICK
_NET_WM_DESKTOP(CARDINAL) = 1
_NET_WM_ICON_VISIBLE_NAME(UTF8_STRING) = 0x46, 0x76, 0x77, 0x6d, 0x20, 0x46, 0x6f, 0x72, 0x75, 0x6d, 0x73, 0x20, 0x3a, 0x3a, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x61, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x20, 0x2d, 0x20, 0x4d, 0x6f, 0x7a, 0x69, 0x6c, 0x6c, 0x61, 0x20, 0x46, 0x69, 0x72, 0x65, 0x66, 0x6f, 0x78
_NET_WM_VISIBLE_NAME(UTF8_STRING) = 0x46, 0x76, 0x77, 0x6d, 0x20, 0x46, 0x6f, 0x72, 0x75, 0x6d, 0x73, 0x20, 0x3a, 0x3a, 0x20, 0x50, 0x6f, 0x73, 0x74, 0x20, 0x61, 0x20, 0x6e, 0x65, 0x77, 0x20, 0x74, 0x6f, 0x70, 0x69, 0x63, 0x20, 0x2d, 0x20, 0x4d, 0x6f, 0x7a, 0x69, 0x6c, 0x6c, 0x61, 0x20, 0x46, 0x69, 0x72, 0x65, 0x66, 0x6f, 0x78
XdndAware(ATOM) = ARC
_MOTIF_DRAG_RECEIVER_INFO(_MOTIF_DRAG_RECEIVER_INFO) = 0x6c, 0x0, 0x5, 0x8, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xff, 0xbf, 0x10, 0x0, 0x0, 0x0
_NET_WM_ICON(CARDINAL) = 48, 48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0…(ps:seems an image file)

The problem above happens only when Firefox’s showing pages of our forum: “http://www.fvwmforums.org/phpBB3/”…gosh!!!
I tried some other web pages in different languages while changing wallpapers, no sudden lost of titlebar but ‘http://www.www.fvwmforums.org/phpBB3/phpBB3/’…how come?

See my reply in this thread:

http://fvwm.lair.be/viewtopic.php?t=772

– Thomas Adam

You probably have this line in your configuration:

Style Fvwm* Sticky, !Title, ...

When you start firefox, it receives the definitions of “Style Firefox-bin”, as expected, but after you visit this site, then the name of firefox window starts to match the “Style Fvwm*” line, and any Recapture or Restart commands will cause the style change of your firefox window.

The solution is to remove any sloppy lines like “Style Fvwm*”. or place them earlier and override the settings later, like “Style Firefox-bin !Sticky, …”.

Gosh, I got it …they did conflict with each other…

Thanks very much…Adam, migo