Add adwaita-icon-theme to X11 rescue CD

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=133
This commit is contained in:
Dominique Leuenberger 2021-01-13 13:43:38 +00:00 committed by Git OBS Bridge
parent 7ea9bdca19
commit 34bfd53506
2 changed files with 7 additions and 1 deletions

View File

@ -34,7 +34,7 @@ rpm -qa | grep "^cpp" | xargs -r rpm -e --nodeps
# GTK 3 hard-requires this for some reason. The only GTK3 application is Firefox,
# which has its own icons and we have breeze for the rest.
[ "$desktop" = "kde" -o "$desktop" = "x11" ] && rpm -e --nodeps adwaita-icon-theme
[ "$desktop" = "kde" ] && rpm -e --nodeps adwaita-icon-theme
# Workaround until dropped from xfce4-branding-openSUSE
[ "$desktop" = "x11" -o "$desktop" = "xfce" ] && rpm -e --nodeps noto-coloremoji-fonts

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 13 13:42:35 UTC 2021 - Dominique Leuenberger <dleuenberger@suse.com>
- No longer remove adwaita-icon-theme on x11 Rescue CD: xfce 4.16's
updated icon theme inherits Adwaita (boo#1180853).
-------------------------------------------------------------------
Tue Jan 12 07:33:10 UTC 2021 - Dominique Leuenberger <dleuenberger@suse.com>