You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to Gnome 46 on NixOS (unstable) after #291339 introduces a click-through issue in some maximized windows. Clicks intended for the active application are passed through to the window below.
This bug has already been reported in the upstream in
The first issue is closed in the upstream, and the fix might already be included in mutter 46.1 for NixOS (unstable). However, the second issue remains open and seems more relevant to our case, as it specifically mentions fullscreen games.
Steps To Reproduce
Steps to reproduce the behavior:
Upgrade to Gnome 46
Open a full-screen game in the steam
Try to click on different parts of the window, some parts have the click-through issue.
Expected behavior
The click event should be correctly passed to the top application.
Screenshots
The upstream issue contains screenshots and screencasts.
Additional context
Following the suggestion in the second issue, I tested applying this patch and it appears to resolve the bug.
Notify maintainers
Metadata
Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.
Describe the bug
Upgrade to Gnome 46 on NixOS (unstable) after #291339 introduces a click-through issue in some maximized windows. Clicks intended for the active application are passed through to the window below.
This bug has already been reported in the upstream in
The first issue is closed in the upstream, and the fix might already be included in mutter 46.1 for NixOS (unstable). However, the second issue remains open and seems more relevant to our case, as it specifically mentions fullscreen games.
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
The click event should be correctly passed to the top application.
Screenshots
The upstream issue contains screenshots and screencasts.
Additional context
Following the suggestion in the second issue, I tested applying this patch and it appears to resolve the bug.
Notify maintainers
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: