On Mon, Nov 11, 2002 at 01:20:19PM -0800, Elliot Sowadsky wrote:
> 
> .fvwm2rc is listed at end.
> 
> Secondary selections are selections w/ the mouse made while a Paste or
> Delete key is held down.

I see.  Whatever this cut/paste action is supposed to do, it does
absulutely nothing for me.

> During this time (key held down), a mouse click should not cause
> a change in focus.  2.5.3 and prior didnt not cause change in
> focus. 2.5.4 does.

Finally, I think I understand what your problem is.  How am I
supposed to know that you have configured your paste key as a
*modifier* key?  The behaviour you describe is 100% correct, exect
for modifier key.  I can take care of this.

[snip]

> --------------------------------------------------
> 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))
> >>
> 
> This isnt the 1st patch i sent for the xview focus problem.
> That was too crude. This was the more refined one i sent.

With that patch:

   If the window that is supposed to receive focus is an xview
   window.

AND

   No window has the focus yet.

THEN

  The window will not get focused.

That is just plain wrong.  You will be unable to focus any
xview window unless you focus another findow first.  In order to
fix a problem, I have to see it first.

> --------------------------------------------------
> <<
> 4) "... the icons in to left corner upon Restart is back.  Once
>    opened tho, icons obey iconbox upon iconifying."
> >>
> 
> Only xview icons and all xview icons have this behavior.
> It has to be a Restart without arguements.

Sigh!  You cut out all the relevant parts from the config.  With
the one you sent, icons are *supposed* to appear in the top left
corner.

[snip]

Bye

Dominik ^_^  ^_^
--
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]

Reply via email to