canonical / ubuntu-desktop-installer

Ubuntu Desktop Installer
GNU General Public License v3.0
536 stars 94 forks source link

installer sets gtk-theme but not icon-theme for Yaru colors #2332

Open jbicha opened 1 year ago

jbicha commented 1 year ago

What happened?

During the installer, I chose the purple color scheme

While GTK widgets were purple, icons were not. Here's a screenshot of the incorrect setting:

image

What was expected?

The icon-theme should have been set to 'Yaru-purple' . Notice that the icon themes don't come in dark variants; that's just the GTK theme.

This affects both the install environment and the environment for the user after install.

Steps to reproduce

Test Case 1

Change the color scheme to Purple

gsettings get org.gnome.desktop.interface gtk-theme
gsettings get org.gnome.desktop.interface icon-theme

Should return:

'Yaru-purple-dark'
'Yaru-purple'

Test Case 2

Change the color scheme to Purple

Click the Activities Overview button to show the Dock.

The file browser icon should have purple along its top edge.

Additional context

No response