Jannomag/Yaru-Colors

GDM won't start after applying this theme

sryze opened this issue · 2 comments

sryze commented

I installed the Yaru-Blue theme using the install.sh script (from master branch). I chose to apply that theme for GNOME Shell as well as for GDM. Now after a reboot Ubuntu won't go to the login screen because GDM fails to start. Here is what I found in the journal:

JS ERROR: Error: No valid stylesheet found for 'gdm.css'

20220212_210113

Ubuntu version is 21.10

Hi @sryze

This is because the themes from master branch are not updated for 21.10. you could instead use
what -if PPA to get yaru-colors in ubuntu 21.10 via the settings app.

install:

sudo add-apt-repository ppa:muqtxdir-m/what-if
sudo apt update
sudo apt upgrade

uninstall:

sudo apt install ppa-purge && sudo ppa-purge ppa:muqtxdir-m/what-if
sryze commented

OK, I will try that