Some time ago, unfortunately not having read the warnings in your README.md file (Installing from source is not recommended for average usage), I tried to install from the sources your new beautiful "20.04" Yaru theme on my Ubuntu 18.04 system, by running these commands:
sudo apt install git meson sassc libglib2.0-dev libxml2-utils
git clone https://github.com/ubuntu/yaru
cd yaru
meson build
cd build
sudo ninja install
it seemed that everything was successful but later I noticed some problems, as shown in these images:


how could this problem be corrected or, alternatively how can I (sigh!) completely uninstall the theme from my system?
馃 I'm not sure, but it must be because the dialog boxes have changed with 20.04.
The shell theme does not work on 18.04 build from master
Either build from bionic branch
Or better install the communitheme snap
Hi @sardus-X ,
alternatively how can I (sigh!) completely uninstall the theme from my system?
To remove *Yaru:*
cd yaru
cd build
sudo ninja uninstall
# This will delete all gnome-shell-theme-folders named Yaru, Yaru-dark
sudo rm -R /usr/share/gnome-shell/theme/Yaru*
# This will delete all GTK3-theme-folders named Yaru, Yaru-light, Yaru-dark
sudo rm -R /usr/share/themes/Yaru*
# This will delete icon-folder named Yaru
sudo rm -R /usr/share/icons/Yaru
# This will delete sound-folder named Yaru
sudo rm -R /usr/share/sounds/Yaru
To install Yaru on Ubuntu 18.04 (from README):
snap install communitheme
Thanks @Muqtxdir for the nice rescue instructions!
Most helpful comment
To install Yaru on Ubuntu 18.04 (from README):