NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.59k stars 13.74k forks source link

Firefox 125.0.3 does not change cursor when hovering hyperlinks #312986

Open alvaro121 opened 4 months ago

alvaro121 commented 4 months ago

Describe the bug

Firefox 125.0.3 does not change the cursor when hovering over hyperlinks.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Open a webpage
  2. Hover an hyperlink

Expected behavior

The cursor should change to a hand or something.

Screenshots

If applicable, add screenshots to help explain your problem. change nochange

Additional context

The problem was reported in the Firefox bug tracker and a user reported solving it installing KDE/Plasma 5, so maybe that should be added to the package. I also tried installing the most recent Firefox version (126.0) from nixpkgs unstable and the problem reoccurred.

Notify maintainers

@lovesegfault @mweinelt

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 5.15.85, NixOS, 22.05 (Quokka), 22.05.20230101.0874168`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.8.1`
 - channels(root): `"nix-unstable, nixos-23.11"`
 - channels(alvar): `"home-manager-23.11.tar.gz"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Add a :+1: reaction to issues you find important.

mweinelt commented 4 months ago

Installing KDE/Plasma is certainly not the solution if you're not running KDE/Plasma in the first place.

Works for me on Sway.

alvaro121 commented 4 months ago

I thought maybe there was some icon pack that could be included or something. Could anyone try in X11? I am running StumpWM.

philiptaron commented 4 months ago

Hey, I experience this bug, and I have for a while! I've given up trying to root cause it. I think it has something to do with environment.pathsToLink, since it first showed up when I started trying to make a minimal GNOME environment.

spearman commented 3 months ago

From the Firefox bug tracker: setting widget.gtk.legacy-cursors.enabled to true in about:config in Firefox fixed it for me

tjkirch commented 2 months ago

I found this issue because with the 128.0.3 update, Firefox started using a hand cursor over links. I didn't like it because it's backward from the normal one - it's not the hand in the first screenshot of this issue, it's a bigger black one pointing to the right. Thankfully, setting widget.gtk.legacy-cursors.enabled reverted it to a standard arrow over links.