Launchpad has imported 50 comments from the remote bug at https://bugzilla.mozilla.org/show_bug.cgi?id=1699942.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2021-03-20T18:44:10+00:00 Yaymukund+mozillabugzilla wrote: User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:86.0) Gecko/20100101 Firefox/86.0 Steps to reproduce: I installed the nix package `firefox-wayland`, launched firefox 86.0.1 from the terminal, and moused over links. The cursor does not change to the hand icon. It might be related to: https://github.com/NixOS/nixpkgs/issues/66093 My relevant nix configs are here: https://git.sr.ht/~yaymukund/dotfiles/tree/main/item/nixos/sway.nix#L16 Actual results: When I mouseover links, I see an error message. Here's the output: > firefox JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. JavaScript error: resource://gre/modules/XULStore.jsm, line 66: Error: Can't find profile directory. Gdk-Message: 14:26:08.359: Unable to load hand2 from the cursor theme Gdk-Message: 18:18:36.638: Unable to load question_arrow from the cursor theme Note that "Unable to load hand2..." message appears every time I mouseover an element that should change the cursor to the hand icon (i.e. buttons, links, etc). Expected results: The cursor should have become a hand icon. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/0 ------------------------------------------------------------------------ On 2021-03-20T18:48:41+00:00 Yaymukund+mozillabugzilla wrote: Oh, I forgot to add: The `firefox` package works as expected, so this bug appears to be specific to `firefox-wayland`. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/1 ------------------------------------------------------------------------ On 2021-03-20T19:17:54+00:00 Release-mgmt-account-bot wrote: The [Bugbug](https://github.com/mozilla/bugbug/) bot thinks this bug should belong to the 'Core::Widget: Gtk' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/2 ------------------------------------------------------------------------ On 2021-03-28T09:00:55+00:00 Jan Vlug wrote: As a test I also started wayland-firefox from the command line, I see that also other icons are missing: Gdk-Message: 21:50:03.532: Unable to load split_h from the cursor theme Gdk-Message: 21:54:24.267: Unable to load openhand from the cursor theme Gdk-Message: 21:54:24.267: Unable to load 5aca4d189052212118709018842178c0 from the cursor theme Gdk-Message: 21:57:04.067: Unable to load split_v from the cursor theme Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/3 ------------------------------------------------------------------------ On 2021-04-08T07:22:56+00:00 Stransky wrote: This may be related: https://www.reddit.com/r/wayland/comments/fe2ti1/issues_with_wayland_client_from_a_container/ Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/4 ------------------------------------------------------------------------ On 2021-05-18T15:05:41+00:00 Yaymukund+mozillabugzilla wrote: I'm not sure what changed, but this appears to be fixed for me as of Firefox 88.0.1 :confetti_ball: Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/5 ------------------------------------------------------------------------ On 2021-05-19T10:06:30+00:00 Emilio wrote: Cool! If you're curious, something like `pip install --user mozregression && MOZ_ENABLE_WAYLAND=1 mozregression --bad 86 --find-fix` could tell if this was a fix on our side (or it might be a fix on gtk or what not). Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/6 ------------------------------------------------------------------------ On 2021-05-20T11:17:12+00:00 Yaymukund+mozillabugzilla wrote: I spoke too soon. It was only intermittently fixed and appears to be buggy again after a restart (still on 88.0.1). Sorry about that, but perhaps it's somehow useful for identifying the cause.. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/7 ------------------------------------------------------------------------ On 2021-06-09T16:55:09+00:00 Allexj Vevo wrote: I still have this issue in Firefox 89 Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/8 ------------------------------------------------------------------------ On 2021-07-15T08:44:36+00:00 Ben Copeland wrote: I am seeing this issue on Mozilla Firefox 90.0 Running Arch Linux/Sway Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/9 ------------------------------------------------------------------------ On 2021-07-15T08:49:11+00:00 Ben Copeland wrote: Forgot to add, Firefox doesn't honour the mouse cursor theme as per setting in as https://wiki.archlinux.org/title/Cursor_themes#X_resources Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/10 ------------------------------------------------------------------------ On 2021-07-23T16:33:15+00:00 Yaymukund+mozillabugzilla wrote: In NixOS, I'm now able to resolve this by installing `arc-theme` or `gnome.adwaita-icon-theme`. I'm on Firefox 89.0.2 on the NixOS unstable channel. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/11 ------------------------------------------------------------------------ On 2021-07-27T08:33:46+00:00 Ben Copeland wrote: I have both themes installed but doesn't make any difference for me. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/12 ------------------------------------------------------------------------ On 2021-08-16T15:29:48+00:00 Spike-2 wrote: This is my workaround. * Make symlink `/usr/share/cursors/xorg-x11/<theme_name>` * select theme `gsettings set org.gnome.desktop.interface cursor-theme <theme_name>` Probably it is gtk+wayland issue. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/13 ------------------------------------------------------------------------ On 2021-08-17T15:19:20+00:00 Ben Copeland wrote: Brilliant, thanks spike. Setting gsettings set org.gnome.desktop.interface cursor-theme was enough! Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/14 ------------------------------------------------------------------------ On 2021-09-28T17:15:50+00:00 Allexj Vevo wrote: bug is still on 92.0.1. also, my computer has my touchpad freezed when I was going to click "Leave the page" button in Firefox to close the window and when I was going to click on it, the touchpad freezed and I had to reboot (disabling and re-enabling touchpad kernel module did not make unfreeze it). after looking at journalctl logs, I noticed that before the touchpad freezed there was a bunch of "firefox[1674]: Unable to load hand2 from the cursor theme" errors. these errors are all around logs and it didn't freezed so I don't know if these errors are related to touchpad freeze. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/15 ------------------------------------------------------------------------ On 2021-09-30T18:35:13+00:00 Allexj Vevo wrote: ok no, the touchpad freeze is not related with firefox. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/16 ------------------------------------------------------------------------ On 2022-01-12T23:59:04+00:00 vitaly-zdanevich wrote: > * Make symlink `/usr/share/cursors/xorg-x11/<theme_name>` Symlink from what to what? Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/17 ------------------------------------------------------------------------ On 2022-03-03T01:59:40+00:00 alex wrote: Another workaround in Ubuntu: Change the theme to dark and restart Firefox. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/18 ------------------------------------------------------------------------ On 2022-03-06T08:04:54+00:00 Iaeiou wrote: I had a similar issue and fixed it by **disabling all Gnome extensions with `gnome-tweaks`, then reactivating them**. **Config:** Gnome 3.38.5 with Wayland on Debian 11. Note that Firefox-ESR, Firefox Nightly and Vscode was affected. **Details**: Another user had the same problem, so I'm reproducing his description: "My mouse pointer does not change shape depending on what's under it on the screen. For example, when I load a new page in Firefox and the pointer is in the address bar, it changes to a text cursor, i.e., a vertical bar. Then I can move it all over the window, and it does not change when the mouse is passing over links, buttons, etc. Other times it can change to a hand or an arrow and then again it does not react to its context" Source: https://askubuntu.com/questions/1168157/mouse-pointer-does-not- adjust-to-context-on-screen Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/19 ------------------------------------------------------------------------ On 2022-09-06T13:56:22+00:00 Claudio Corvino wrote: Hi, I'm affected by this bug too, it appears when using `MOZ_ENABLE_WAYLAND=1` in `/etc/environment` (used to prevent this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1774531) Regards Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/20 ------------------------------------------------------------------------ On 2023-02-26T19:17:35+00:00 Gilles Schintgen wrote: Hi, I'm also affected. Firefox 110.0 installed via snap on Ubuntu 22.04.2. I have two observations: 1. If I hover over a link (should be hand pointer) or some text (should be cursor) and an incorrect cursor is used, then I can actually *fix* it (temporarily for the hovered element as long as I'm over it) by moving the scroll wheel up or down or clicking left or right (e.g. if the wrong pointer is shown when hovering some text I can just click it and the pointer takes on its cursor shape). Any mouse button except the special ones (dpi change or freewheel) will do, but mouse motion won't. 2. This is a new pc and till yesterday I was using the Intel iGPU and today switched over to my AMD GPU (both wayland). Only now did I notice the bug, so it may be related to the driver change. I'm not sure though. (And this would be rather a strange bug, but AFAIK the cursor may actually be drawn by hardware and not software, so I wouldn't exclude that possibility entirely.) Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/21 ------------------------------------------------------------------------ On 2023-03-06T08:19:58+00:00 Gilles Schintgen wrote: Strange, now it seems to be working. So either it's a bit "random" or it has been fixed by an update: The firefox snap has been updated (110.0.1) in the meantime and I've switched to the latest Mesa (23.0) using the kisak-fresh PPA (Ubuntu). Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/22 ------------------------------------------------------------------------ On 2023-06-14T10:58:31+00:00 Peter wrote: This is still an issue on Manjaro with firefox 113. I can confirm that the first observation that Gilles has reported is what I am also experiencing right now. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/23 ------------------------------------------------------------------------ On 2023-08-18T14:07:27+00:00 Jean-Luc Aufranc wrote: It happens to me on Firefox 116.0.2 in Ubuntu 22.04.3. The bug disappears if I "move tab to new window" on that specific window, but not on other tabs. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/24 ------------------------------------------------------------------------ On 2023-08-31T20:00:53+00:00 Kurkin-anton wrote: happens to me too on 116.0-2 (64-bit) from Debian repo. after some few hours of usage (not sure how to reproduce exactly, but it's quite consistent). The whole window gets stiff - in addition to cursor not changing, i cant rearrange tabs, window becomes not resizeable (it can be made bigger or smaller but content of the pages and tab bar is still the same). and it's only in the one firefox window that was used mostly. if window is closed and restored it starts to work as expected again. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/25 ------------------------------------------------------------------------ On 2025-03-11T07:00:45+00:00 Lissyx+mozillians wrote: Wayland has stabilized a lot, is this still a problem? Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/26 ------------------------------------------------------------------------ On 2025-03-16T14:48:05+00:00 Kurkin-anton wrote: I don't think I experienced any of the issues I described in my previous message for quite a while Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/27 ------------------------------------------------------------------------ On 2025-05-07T23:37:54+00:00 Xolik-s wrote: I have this same issue on Firefox snap 138.0.1 and Ubuntu Plucky Puffin 25.04 on Gnome 48. It's on wayland, as well, not on xwayland. As soon as I select another app and go back to Firefox it's fixed, so it's even hard to catch it. I tried recording it but it disappears when I press capture. Let me know if you need more info, I'm willing to provide anything that's needed if you point me in the right direction Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/28 ------------------------------------------------------------------------ On 2025-05-08T22:23:27+00:00 Xolik-s wrote: Mine is actually mutter issue https://gitlab.gnome.org/GNOME/mutter/-/issues/4033 It doesn't happen only on firefox Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/29 ------------------------------------------------------------------------ On 2025-05-12T12:24:27+00:00 Release-mgmt-account-bot wrote: Redirect a needinfo that is pending on an inactive user to the triage owner. :stransky, since the bug has recent activity, could you have a look please? For more information, please visit [BugBot documentation](https://wiki.mozilla.org/BugBot#inactive_ni_pending.py). Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/30 ------------------------------------------------------------------------ On 2025-05-12T13:05:19+00:00 Xolik-s wrote: (In reply to BugBot [:suhaib / :marco/ :calixte] from comment #30) > Redirect a needinfo that is pending on an inactive user to the triage owner. > :stransky, since the bug has recent activity, could you have a look please? > > For more information, please visit [BugBot > documentation](https://wiki.mozilla.org/BugBot#inactive_ni_pending.py). Sorry to but in, you have this resolved in firefox nightly build of firefox. Aparently gtk3.24.49 is needed. There are more snaps with this issue, Thunderbird does it as well, Chromium as well (I know it doesn't have anything to do with Mozilla). In all those snaps usually edge or beta channels work, presumably because they have gtk3.24.49. Those are just my observations, I'm currently on .deb (native) firefox and it doesn't have these issues, but I'd much rather move back to snap https://gitlab.gnome.org/GNOME/mutter/-/issues/4033 This is also mine in case you need more context https://discourse.ubuntu.com/t/cursor-doesnt-adjust-to-context-on-screen-25-04/60779/11 Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/31 ------------------------------------------------------------------------ On 2025-05-12T13:15:10+00:00 Lissyx+mozillians wrote: (In reply to xolik from comment #31) > (In reply to BugBot [:suhaib / :marco/ :calixte] from comment #30) > > Redirect a needinfo that is pending on an inactive user to the triage owner. > > :stransky, since the bug has recent activity, could you have a look please? > > > > For more information, please visit [BugBot > > documentation](https://wiki.mozilla.org/BugBot#inactive_ni_pending.py). > > Sorry to but in, you have this resolved in firefox nightly build of firefox. > Aparently gtk3.24.49 is needed. There are more snaps with this issue, > Thunderbird does it as well, Chromium as well (I know it doesn't have > anything to do with Mozilla). In all those snaps usually edge or beta > channels work, presumably because they have gtk3.24.49. Those are just my > observations, I'm currently on .deb (native) firefox and it doesn't have > these issues, but I'd much rather move back to snap > https://gitlab.gnome.org/GNOME/mutter/-/issues/4033 > This is also mine in case you need more context > https://discourse.ubuntu.com/t/cursor-doesnt-adjust-to-context-on-screen-25-04/60779/11 Interesting, I dont know the details of GTK3 but could the difference come from the base version coming from `core22` vs `core24` snaps? Nightly (edge channel) is core24 by default but not beta or release. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/32 ------------------------------------------------------------------------ On 2025-05-12T13:29:00+00:00 Xolik-s wrote: I could ask in ubuntu forums. It makes sense what you're saying, I'm just a total noob who never developed anything so can't really tell. I can pretty consistently make this happen by repeating the steps described in the [GNOME's gitlab ](https://gitlab.gnome.org/GNOME/mutter/-/issues/4033) (the one with dragging highlighted text) on pretty much any snap. Usually there's also a version on all of them that works (usually on beta or edge channels) if you need to check who uses what. Or I can check it myself and report here once I figure out how to do that Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/33 ------------------------------------------------------------------------ On 2025-05-12T13:34:37+00:00 Lissyx+mozillians wrote: Nathan, do you know if a fix was added ? Checking versions on 22.04 and 24.04 they dont match the 3.24.49 mentionned as fixed. I also dont see anything in the changelog mentionning this mutter issue #4033 https://changelogs.ubuntu.com/changelogs/pool/main/g/gtk+3.0/gtk+3.0_3.24.41-4ubuntu1.1/changelog or https://changelogs.ubuntu.com/changelogs/pool/main/g/gtk+3.0/gtk+3.0_3.24.33-1ubuntu2.2/changelog Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/34 ------------------------------------------------------------------------ On 2025-05-12T14:52:58+00:00 Nathan Teodosio wrote: Yes, this is probably a core22 vs core24 thing. I checked and the GTK version in Firefox edge is 3.24.41-4ubuntu1.2 while the GTK version in Firefox stable and beta is 3.24.33-1ubuntu2.2. The fact that it is fixed in either channel is surprising if this is claimed to have been fixed in .49. I will investigate. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/35 ------------------------------------------------------------------------ On 2025-05-15T15:13:39+00:00 Xolik-s wrote: (In reply to Nathan Teodosio :nteodosio from comment #35) > Yes, this is probably a core22 vs core24 thing. > > I checked and the GTK version in Firefox edge is 3.24.41-4ubuntu1.2 while the > GTK version in Firefox stable and beta is 3.24.33-1ubuntu2.2. The fact that > it is fixed in either channel is surprising if this is claimed to have been > fixed in .49. I will investigate. Hi, there has been some activity here https://gitlab.gnome.org/GNOME/mutter/-/issues/4033 might be relevant. Just wanted to let you know in case you've missed it Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/36 ------------------------------------------------------------------------ On 2025-05-20T14:31:40+00:00 Nathan Teodosio wrote: Thanks for the heads up. It is a very elusive issue, as suddenly I can no longer reproduce it. I tried with MOZ_ENABLE_WAYLAND=1 and without it, in 24.04 and 25.10, to no avail. If I can reproduce the issue and verify the fix, I can give the gnome snap a kick. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/37 ------------------------------------------------------------------------ On 2025-05-20T14:44:22+00:00 Xolik-s wrote: It happens pretty consistently to me, on pretty much all snaps (chromium, brave, vivaldi, thunderbird, signal, etc.) I'm assuming they are all core22, Firefox nightly snap, for example, works without any issues. I don't even have to drag to text for it to happen, it happens randomly on it's own in the first 5 minutes of using the snap. So it is kinda annoying for me. For the record, I'm on 9070xt, and 9950x3d, so very new hardware. I don't know if that has to do with anything. It's also a relatively fresh 25.04 installation, maybe 2 weeks old, so it's pretty much all defaults. Maybe I should open this issue somewhere else, as well, since it's not only with Firefox snaps. I'd appreciate if you could point me in the right direction because it's making me avoid snaps altogether while I'm waiting for a fix. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/38 ------------------------------------------------------------------------ On 2025-05-20T14:51:52+00:00 Nathan Teodosio wrote: Thanks for your thorough response. I'll then install 25.04 and see if there I get lucky. > Maybe I should open this issue somewhere else, as well, since it's not only with Firefox snaps. I'd appreciate if you could point me in the right direction It's probably that we don't have the "correct" version of GTK in the gnome content snap, that I think all the snaps you mention use. You could check whether all lines output by ``` for i in firefox chromium brave vivaldi thunderbird signal-desktop; do snap connections $i; done | grep gnome ``` say gnome-42-2204 to confirm it. Otherwise you could file the bug in https://github.com/ubuntu/gnome- sdk/issues if you want, but I'm already looking at the issue. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/39 ------------------------------------------------------------------------ On 2025-05-20T14:55:33+00:00 Nathan Teodosio wrote: One more clarification: So this is a 25.04 install, the snaps are open normally (so no command-line flags like MOZ_ENABLE_WAYLAND) in normal Ubuntu Wayland? Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/40 ------------------------------------------------------------------------ On 2025-05-20T15:02:43+00:00 Xolik-s wrote: Yes, a fresh 25.04 Plucky Puffin install, without any env variables, regular Ubuntu Wayland. In about:support on firefox it already says that it's on Wayland so I didn't run it with MOZ_ENABLE_WAYLAND. I've posted some system info here https://discourse.ubuntu.com/t/cursor-doesnt- adjust-to-context-on-screen-25-04/60779 `for i in firefox chromium brave vivaldi thunderbird signal-desktop; do snap connections $i; done | grep gnome` content[gnome-42-2204] firefox:gnome-42-2204 gnome-42-2204:gnome-42-2204 content[gnome-42-2204] chromium:gnome-42-2204 gnome-42-2204:gnome-42-2204 content[gnome-42-2204] brave:gnome-42-2204 gnome-42-2204:gnome-42-2204 content[gnome-42-2204] vivaldi:gnome-42-2204 gnome-42-2204:gnome-42-2204 content[gnome-42-2204] thunderbird:gnome-42-2204 gnome-42-2204:gnome-42-2204 content[gnome-46-2404] signal-desktop:gnome-46-2404 gnome-46-2404:gnome-46-2404 This is the output, signal-desktop is xwayland, though, unlike the rest Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/41 ------------------------------------------------------------------------ On 2025-05-20T15:07:26+00:00 Lissyx+mozillians wrote: ok so this is snap core22 specific? or also reproduces outside of snap on a ubuntu 22.04 ? Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/42 ------------------------------------------------------------------------ On 2025-05-20T15:09:57+00:00 Nathan Teodosio wrote: From https://gitlab.gnome.org/GNOME/mutter/-/issues/4033, not really snap specific. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/43 ------------------------------------------------------------------------ On 2025-05-20T18:19:47+00:00 Xolik-s wrote: Sry, I just double-checked and Firefox and Thunderbird are running on Wayland, Brave, Vivaldi, Chromium and Signal are on xwayland. Just wanted to correct myself because I gave you incorrect info and I just realized it Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/44 ------------------------------------------------------------------------ On 2025-05-21T08:39:04+00:00 Nathan Teodosio wrote: The easiest way to detect if a window is Wayland or Xwayland is using `xeyes`. If the eyes do not move as the pointer moves in the window, then it is Wayland. It's goofy, but it works. I installed 25.04 and used both Brave and Firefox for some time, as well as tried to trigger the bug with the reproducers in the linked issue. I couldn't for the life of me hit it though. So I don't know what to say. :| You could try snap refresh --candidate gnome-42-2204 but I have very little hope that that would fix anything as the GTK3 versions in stable and candidate are the same. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/45 ------------------------------------------------------------------------ On 2025-05-21T14:15:02+00:00 Xolik-s wrote: https://www.youtube.com/watch?v=MaebWRSKFsg This is how it looks like on my end. I don't know how else to help, idk what I'd even change. This dragging of selected text is just a quick way to get the error to appear, it happens even without that for me after a while (like 5 minutes), but it's hard to catch and record it because as soon as I move from the window the cursor is in, it gets refreshed and starts working. This is on a fresh firefox snap profile without any extensions Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/46 ------------------------------------------------------------------------ On 2025-05-21T14:15:38+00:00 Xolik-s wrote: I tried doing snap refresh --candidate gnome-42-2204, as well but it didn't help with anything, sorry forgot to mention in the last reply Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/47 ------------------------------------------------------------------------ On 2025-05-21T15:51:28+00:00 Nathan Teodosio wrote: AH so you must release the cursor in the same window! Yes I can reproduce it now, thanks for the video recording. Let me see what I can do... Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/48 ------------------------------------------------------------------------ On 2025-05-22T10:18:41+00:00 Nathan Teodosio wrote: The issue is not present in Sway or Hyprland; Looks to be specific to Mutter, for which I can confirm that https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4433.diff fixes the issue, so I'm uploading it to 25.10. A backport to stable releases takes more time as it has to pass through Ubuntu's stable release updates (SRU) process. Reply at: https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/2111502/comments/49 ** Changed in: firefox Status: Unknown => New ** Changed in: firefox Importance: Low => Unknown ** Bug watch added: github.com/NixOS/nixpkgs/issues #66093 https://github.com/NixOS/nixpkgs/issues/66093 ** Bug watch added: Mozilla Bugzilla #1774531 https://bugzilla.mozilla.org/show_bug.cgi?id=1774531 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2111502 Title: [SRU] Mouse pointer stuck in GTK based snaps after drag operation To manage notifications about this bug go to: https://bugs.launchpad.net/chromium-browser/+bug/2111502/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs