- config.sh: Forcibly remove adwaita-icon-theme for kde and Rescue CD

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/livecd-openSUSE?expand=0&rev=116
This commit is contained in:
Dominique Leuenberger 2020-08-10 07:39:04 +00:00 committed by Git OBS Bridge
parent fe8458e5c4
commit 72156183d8
2 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,10 @@ rpm -q wodim && rpm -e --nodeps wodim
# Actually a hack: xrdb requires this, but on livecds it's not used
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
#--------------------------------------
# enable and disable services

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 10 07:38:01 UTC 2020 - Dominique Leuenberger <dleuenberger@suse.com>
- config.sh: Forcibly remove adwaita-icon-theme for kde and Rescue CD
-------------------------------------------------------------------
Mon Aug 10 07:01:34 UTC 2020 - Dominique Leuenberger <dleuenberger@suse.com>