On Sun, Apr 14, 2002 at 08:20:15PM +0000, Mikhael Goikhman wrote:
> On 14 Apr 2002 22:23:27 +0300, Tom Alsberg wrote:
> >
> > In the current FVWM (CVS), there seems to be a bug in mouse focus... I
> > don't really know where the bug really is, but sometimes
> > windows/widgets act like they lose and get the focus very fast for
> > some time, like flickering.
> > <snip />
>
> Does this happen with no config file too?
> I.e.: fvwm -f no-rc
No, it doesn't happen without a config file...
I checked a bit further, and found that the problem is related to the
following in my .fvwm2rc - if I remove them then the problem goes
away:
# For auto-raise:
*FvwmEvent: enter_window "Silent SelectiveRaise"
*FvwmEvent: leave_window "Silent SelectiveLower"
# Functions to auto-raise / auto-lower only some specific windows:
DestroyFunc SelectiveRaise
AddToFunc SelectiveRaise
+ I WindowId $0 (!raised "FvwmIconMan") Raise
+ I WindowId $0 (!raised "FvwmButtons") Raise
+ I WindowId $0 (!raised "xclock") Raise
+ I WindowId $0 (!raised "xexec") Raise
DestroyFunc SelectiveLower
AddToFunc SelectiveLower
+ I WindowId $0 (raised "FvwmIconMan") Lower
+ I WindowId $0 (raised "FvwmButtons") Lower
+ I WindowId $0 (raised "xclock") Lower
+ I WindowId $0 (raised "xexec") Lower
So it apparently happens only with FVWM 2.5 because earlier versions
didn't have the enter_window/leave_window events.
Those lines are for certain windows to be automatically raised and
lowered when the pointer enters and exits them.
I didn't manage to find out the problem in those lines of my
.fvwm2rc... But it might be that I'm missing something... So I'm not
sure if it's a bug or not...
>
> Regards,
> Mikhael.
Any help/guidance appreciated, thank you
-- Tom
--
Tom Alsberg - certified insane, complete illiterate.
e-mail: <alsbergt_at_softhome.net>
Homepage: http://www.cs.huji.ac.il/~alsbergt/
* An idea is not responsible for the people who believe in it.
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Mon Apr 15 2002 - 11:55:21 BST