-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gnome SIGTRAP when a window is moved in the activities view #234408
Comments
Do you have any extensions enabled? Is that on X11 or Wayland? Could you please get the output of environment.enableDebugInfo = true;
environment.systemPackages = [
# Explicitly install to get debug symbols.
pkgs.gnome.gnome-shell
pkgs.gnome.mutter
pkgs.gnome.gnome-session
pkgs.glib
pkgs.gjs
pkgs.spidermonkey_102
]; Do not forget to re-login after switching to that configuration or run |
Yes, I use the following extensions:
This is X11 - have an nvidia GPU Here's the output of |
Interesting. The underlying error is “BadCursor (invalid Cursor parameter)”. According to https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/411#note_266927, it can happen when you use a custom icon theme that lacks |
I use the Is that icon a new one for gnome 44? |
No, the aforementioned issue was already fixed four years ago. Hoping this is another instance of it, you could try patching mutter similarly for the three other occurrences of |
I've found a fix/workaround: disabling the home-manager gtk module |
Yeah, that will get rid of the custom cursor theme. Ideally, it would be fixed on the Mutter side, though. |
I still have the theme set, just via gnome tweaks rather than through Nix |
Also happens here with kind of standard setup. As of today, Gnome doesn't start . I put "gtk = {enable = false};" into home.nix, but did not help. Update Fix provided at #140505 (comment) |
Describe the bug
Gnome SIGTRAPs when a window is dragged around in the activities view
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
Not that
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
The system is "chronos" on this system flake:
Sciencentistguy/nixfiles@2128635
Notify maintainers
@NixOS/gnome
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: