Recently, I wanted to give Plasma a try as I’ve been using gnome for a while. Plasma had some issues so I wanted to revert back to gnome. However, gnome is broken now.
Gnome applications don’t open, and the cursor is missing in the overview.
Running gnome-control-center
from a terminal produces the following error.
$ gnome-control-center
(gnome-control-center:17892): Gdk-WARNING **: 20:08:50.334: Failed to load cursor theme breeze_cursors
(gnome-control-center:17892): Gdk-WARNING **: 20:08:50.353: Failed to load cursor theme breeze_cursors
**
Gdk:ERROR:../gdk/wayland/gdkdisplay-wayland.c:1149:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (display_wayland->cursor_theme_name)
Bail out! Gdk:ERROR:../gdk/wayland/gdkdisplay-wayland.c:1149:_gdk_wayland_display_get_scaled_cursor_theme: assertion failed: (display_wayland->cursor_theme_name)
Aborted (core dumped)
I see the same behavior when trying to launch an earlier generation as well.
I want to make sure there’s nothing obvious I’m missing, if not I will submit a proper bug report.
> nixos-version
21.05.4051.9e86f5f7a19 (Okapi)
[inside configuration.nix]
# Enable the GNOME Desktop Environment.
services.xserver.displayManager.gdm.enable = true;
services.xserver.desktopManager.gnome.enable = true;