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
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
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
- 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
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
> > 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
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
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
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
> > 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
> 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?
>
>
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
> > > > > >
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
> > > > 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
> 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
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
> >> 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
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
> 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
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
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
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
> Section "InputDevice"
> Identifier "cursor"
> Driver "wacom"
> Option "Type" "cursor"
> Option "Device" "/dev/input/event2"
> Option "Mode" "absolute"
> Option "Speed" "20"
> Option "USB" "on"
> Option
23 matches
Mail list logo