-
-
Notifications
You must be signed in to change notification settings - Fork 186
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: update to GNOME 46 #357
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's not. There seems to be an issue with the cursor configuration. I've seen the same situation before when someone swapped from KDE to GNOME and some state was left over in the home directory which set their cursor to a package which was no longer installed. This cannot be the issue here, since the VM is reset on every boot, but perhaps it's something similar.
This is most likely due to the lack of hardware acceleration for graphics, which is being worked on upstream in NixOS/nixpkgs#279009. |
Adding the following to stylix.cursor = {
name = "Adwaita";
package = pkgs.gnome.adwaita-icon-theme;
}; So the issue seems to be that the cursor we use by default, that being Vanilla-DMZ, doesn't load properly in GNOME Shell any more. Should we work on this in a follow-up PR? |
Maybe we should address it in this PR to avoid confusing users. |
The cursor issue occurs with the current version of Stylix too, when combined with GNOME 46 - so it wasn't introduced by the changes made here. It won't show up in the testbed for Merging this now will fix some other visual issues due to the CSS being aimed at an older version of GNOME. The only case where this could introduce new user facing issues is if the user is tracking our pinned nixpkgs, which is not something we currently recommend (since it's only bumped if necessary to make the tests pass). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging this now will fix some other visual issues due to the CSS being aimed at an older version of GNOME.
I guess we should just merge this PR then.
No description provided.