Re: FVWM: Mouse binding breaks Firefox? [SOLVED]

2024-04-04 Thread Roland Freikamp
Hi, thanks to somiaj, this is now solved: It seems to be a bug in Firefox, and there's a workaround: Set the Firefox-setting "widget.gtk.ignore-bogus-leave-notify" to "1". Details: https://github.com/fvwmorg/fvwm3/issues/992 Big thanks to somiaj, Roland On 2024-03-25 17:02:14 +0100, Roland Frei

Re: FVWM: mouse

2021-03-22 Thread Thomas Dickey
On Mon, Mar 22, 2021 at 07:56:01PM +0100, Dominik Vogt wrote: > On Mon, Mar 15, 2021 at 01:38:56PM +0100, Klaus Altmann wrote: > > how can I change the size, shape, or color of the mouse pointer? i mean this > > little black arrow which is to tiny for my eyes... > > I have this in $HOME/.Xresource

Re: FVWM: mouse

2021-03-22 Thread Dominik Vogt
On Mon, Mar 15, 2021 at 01:38:56PM +0100, Klaus Altmann wrote: > how can I change the size, shape, or color of the mouse pointer? i mean this > little black arrow which is to tiny for my eyes... I have this in $HOME/.Xresources: Xcursor.size: 64 Ciao Dominik ^_^ ^_^ -- Dominik Vogt

Re: FVWM: mouse

2021-03-22 Thread Thomas Dickey
- Original Message - | From: "Klaus Altmann" | To: fvwm@fvwm.org | Sent: Monday, March 15, 2021 8:38:56 AM | Subject: FVWM: mouse | Hi everybody, | | how can I change the size, shape, or color of the mouse pointer? i mean | this little black arrow which is to tiny for my eyes... fvwm's

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Dominik Vogt
On Wed, Mar 01, 2017 at 03:10:48PM -0500, Chris Siebenmann wrote: > > > If you click on the link, it's supposed to print something like: > > > > > > link > > > http://gtk.org > > > In a configuration with a Mouse 1 binding that includes the Window > > > context (so W or A), the link can't be

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Chris Siebenmann
> > If you click on the link, it's supposed to print something like: > > > > link > > http://gtk.org > > In a configuration with a Mouse 1 binding that includes the Window > > context (so W or A), the link can't be activated by clicking mouse-1 > > and link.py prints nothing. You can howeve

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Dominik Vogt
On Wed, Mar 01, 2017 at 08:36:58PM +0100, Dominik Vogt wrote: > On Wed, Mar 01, 2017 at 01:36:52PM -0500, Chris Siebenmann wrote: > > (Let me know if you want more detail somewhere here and I can rerun > > my gdb tracing and/or add printfs appropriately.) > > > > Fortunately there is a simple rep

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Dominik Vogt
On Wed, Mar 01, 2017 at 08:45:36PM +0100, Dominik Vogt wrote: > On Wed, Mar 01, 2017 at 08:36:58PM +0100, Dominik Vogt wrote: > > On Wed, Mar 01, 2017 at 01:36:52PM -0500, Chris Siebenmann wrote: > > > (Let me know if you want more detail somewhere here and I can rerun > > > my gdb tracing and/or a

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Dominik Vogt
On Wed, Mar 01, 2017 at 01:36:52PM -0500, Chris Siebenmann wrote: > (Let me know if you want more detail somewhere here and I can rerun > my gdb tracing and/or add printfs appropriately.) > > Fortunately there is a simple reproduction program mentioned in the > Debian bug, https://bugs.debian.org

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Chris Siebenmann
> > Unless I have a simple test application and a configuration > > that exhibits that behaviour I cannot do much about it. > > Would you be able to fvwm in Xnest and debug through > > events.c:__handle_bpress_on_managed() to see what actually happens? > > By the way, have you tried to get the appl

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Chris Siebenmann
> The only other reason fvwm grabs a button is for focus handling in > focus.c:__focus_grab_one_button(). The only possible reason I > could think of is that the application does not accept focus so > that grab never gets removed. Have you tried > > Style * Lenience > > as Dan suggested? > >

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Dominik Vogt
On Wed, Mar 01, 2017 at 07:02:55PM +0100, Dominik Vogt wrote: > On Wed, Mar 01, 2017 at 09:43:58AM -0500, Chris Siebenmann wrote: > > > On Tue, Feb 28, 2017 at 08:42:38PM -0500, Chris Siebenmann wrote: > > > > > > > > > > If I comment out all Mouse 0 and 1 bindings from my fvwmrc-2.5 > > > > > >

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Dominik Vogt
On Wed, Mar 01, 2017 at 09:43:58AM -0500, Chris Siebenmann wrote: > > On Tue, Feb 28, 2017 at 08:42:38PM -0500, Chris Siebenmann wrote: > > > > > > > > If I comment out all Mouse 0 and 1 bindings from my fvwmrc-2.5 > > > > > file (from the URL) *except* either: > > > > > > > > > > Mouse

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Chris Siebenmann
> > > > then I see the extra LeaveNotify / EnterNotify / KeymapNotify sequence > > > > in xev > > Forget about these; that's just how X works. I dusted off old memories about the patches that I'm carrying in my home fvwm binary and not my work one, and I think that this has come up before and ha

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Chris Siebenmann
> On Tue, Feb 28, 2017 at 08:42:38PM -0500, Chris Siebenmann wrote: > > > > > > If I comment out all Mouse 0 and 1 bindings from my fvwmrc-2.5 > > > > file (from the URL) *except* either: > > > > > > > > Mouse 1 A MS Iconify > > > > or > > > > M

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-03-01 Thread Dominik Vogt
On Tue, Feb 28, 2017 at 08:42:38PM -0500, Chris Siebenmann wrote: > > > > If I comment out all Mouse 0 and 1 bindings from my fvwmrc-2.5 > > > file (from the URL) *except* either: > > > > > > Mouse 1 A MS Iconify > > > or > > > Mouse 1 A

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-02-28 Thread Chris Siebenmann
> >> When you click a mouse it should generate 2 X11 events: > >> > >> ButtonPress > >> ButtonRelease > > > > I've just used xev to confirm that I see ButtonPress and ButtonRelease > > events. However, what I have discovered is that I see additional events > > with my FVWM configuration. Immediat

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-02-28 Thread Dan Espen
Chris Siebenmann writes: >> Chris Siebenmann writes: >> >> > Corebird is a Linux/GTK Twitter client: >> >https://corebird.baedert.org/ >> > >> > In attempting to use the current version on Fedora 25, I have uncovered >> > a weird oddity where I cannot click links with the left mouse button

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-02-28 Thread Chris Siebenmann
> Chris Siebenmann writes: > > > Corebird is a Linux/GTK Twitter client: > > https://corebird.baedert.org/ > > > > In attempting to use the current version on Fedora 25, I have uncovered > > a weird oddity where I cannot click links with the left mouse button when > > using my FVWM configura

Re: FVWM: Mouse click problem with Corebird plus my FVWM configuration

2017-02-28 Thread Dan Espen
Chris Siebenmann writes: > Corebird is a Linux/GTK Twitter client: > https://corebird.baedert.org/ > > In attempting to use the current version on Fedora 25, I have uncovered > a weird oddity where I cannot click links with the left mouse button when > using my FVWM configuration. Corebird

Re: FVWM: mouse button conflict with gnome

2011-02-03 Thread Thomas Adam
On Thu, Feb 03, 2011 at 03:50:36PM -0500, Jim Cline wrote: > I am running fvwm under gnome (ubuntu), and most things work correctly, but > the left and right mouse buttons are somehow overridden by gnome, and I > can't figure out how to let them be controlled by fvwm. Only the middle > mouse butto

Re: FVWM: Mouse Cut & Paste Failure in Fvwm v2.5.29

2010-04-12 Thread Thomas Adam
On 11 April 2010 02:10, Richard David Sherman wrote: > I recently upgraded from the last stable release 2.4.20 > to 2.5.28 & then to 2.5.29 in the last few days. Please also forward my off-list reply to you. AFAIAC, problem solved. :) -- Thomas Adam

Re: FVWM: mouse wheel

2005-07-05 Thread Stephen Dennison
> Section "InputDevice" > Identifier "cursor" > Driver "wacom" > Option "Type" "cursor" > Option "Device" "/dev/input/event2" > Option "Mode" "absolute" > Option "Speed" "20" > Option "USB" "on" > Option