"Serge (gentoosiast) Koksharov" <[EMAIL PROTECTED]> writes: > Hi, > > I'm encountered strange behaviour in FVWM 2.5 CVS version with Firefox. > If I have following line in my ~/.fvwm/config: > > Style * IconOverride, Icon $[FVWM_USERDIR]/icons/myicon.png > > Firefox when iconified uses its default built-in icon, not myicon.png. > But if I change this line to: > > Style Firefox-bin IconOverride, Icon $[FVWM_USERDIR]/icons/myicon.png > > All works fine, and Firefox uses myicon.png. > > I tried this with empty config also, it still works as described. So, I > guess, 'Style * IconOverride' for some reason don't influence Firefox. > What it is? Firefox incorrect behaviour? Or some quirk in FVWM?
It's 'Style * Icon' that doesn't work as you expect. Search for "Style **" in the man page. -- Dan Espen E-mail: [EMAIL PROTECTED]
