Firefox cursor shape not changing

After upgrading Firefox to version 144, the cursor no longer changes from an arrow to a hand when hovering over a link. This issue doesn't occur on other operating systems. Do you experience the same problem with Firefox on FreeBSD?
 
  • Thanks
Reactions: mro
Interesting — I have the same problem with Firefox installed in a FreeBSD 14.3-p5 virtual machine. It first appeared in Firefox version 142.
 
Do you use the default Xorg cursor? This appened to me with MATE, so I changed the cursor theme to Adwaita and now Firefox changes shapes normally.
 
After upgrading Firefox to version 144, the cursor no longer changes from an arrow to a hand when hovering over a link. This issue doesn't occur on other operating systems. Do you experience the same problem with Firefox on FreeBSD?
Same, FreeBSD 14.3 p5 and Firefox 144.0 (amd64)
 
I saw an install note that mentioned something specific about Firefox 140+ and mouse cursors not changing on hover (something about X themes?)
Thanks. Running pkg info -D firefox | less shows the following text:
## Cursors

From Firefox 142 on, this port defaults to using the new (themed)
cursor selection. On the upside, this makes Firefox respect the
desktop environment's theme, on the downside this breaks compatibility
with the legacy X cursor names. If you experience issues (i.e. the
mouse cursor not changing to the pointer ("hand") when hovering over
links), your desktop environment is most likely still set to the legacy
default/builtin "theme". To remedy this, either
- set about:config variable "widget.gtk.legacy-cursors.enabled" to "true"
to re-enable the legacy cursors, or
- use the Xcursor framework to set a cursor theme (e.g. X resource
item Xcursor.theme), see Xcursor(3) for details. The Adwaita theme
will have been installed as a dependency of gtk3 and does work.
The latter option is only available for X environments.
Edit: After changing the widget.gtk.legacy-cursors.enabled setting and restarting Firefox the cursor now changes correctly when hovering over a link.
 
Back
Top