Fix for this problem that appeared in 2.5.3 and is still in 2.5.4 < ie: Upon restart or some other fvwm activities (such as menus), xview < windows no longer accept (take) focus. It requires opening the window's menu < but not selecting anything from it for xview windows to take focus again. < Mailtool works fine tho somehow. < < Lenience fixes this, but then the 1st click in the window isnt passed to the < window. < < clicktofocus mode
In focus,c change: if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && !focus_does_accept_input_focus(fw) && sf != NULL && sf->Desk == Scr.CurrentDesk) to: if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && !focus_does_accept_input_focus(fw) && (sf == NULL || sf->Desk == Scr.CurrentDesk)) -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]