Jannomag / Yaru-Colors

A fork of Ubuntu's Yaru theme - in different colors
GNU General Public License v3.0
512 stars 42 forks source link

GDM3-theme errors on Ubuntu 21.10 #121

Closed LostinSpacetime closed 3 years ago

LostinSpacetime commented 3 years ago

The install-script fails, since the alternate entry is called gdm-theme.gresource (gdm instead of gdm3). Installing manually applies the theme, but after login, the overview is corrupted. It seems to be some background issue.

Jannomag commented 3 years ago

I didn't update for 21.10 yet. I'm very busy at the moment and I didn't even start with the update.

I close this issue because it's version related and not a real bug.

hoquangnam45 commented 2 years ago

For anyone that need a fix you can run this command:

sudo rm /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource &&\
sudo cp /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource.bakup_yarucolors /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource &&\
sudo update-alternatives --set gdm-theme.gresource /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource

Then restart, and it should be fixed

cfbastarz commented 2 years ago

For anyone that need a fix you can run this command:

sudo rm /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource &&\
sudo cp /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource.bakup_yarucolors /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource &&\
sudo update-alternatives --set gdm-theme.gresource /usr/share/gnome-shell/theme/Yaru/gnome-shell-theme.gresource

Then restart, and it should be fixed

It works, thanks @hoquangnam45 !