From 72156183d8bdf506df0e1f1e815f6e02eea0b96df32c2dcf04d8ae1f1c263689 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Aug 2020 07:39:04 +0000 Subject: [PATCH] - 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 --- config.sh | 4 ++++ livecd-openSUSE.changes | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/config.sh b/config.sh index 79dc963..89dcf87 100644 --- a/config.sh +++ b/config.sh @@ -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 diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes index a09baa8..697ede7 100644 --- a/livecd-openSUSE.changes +++ b/livecd-openSUSE.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 10 07:38:01 UTC 2020 - Dominique Leuenberger + +- config.sh: Forcibly remove adwaita-icon-theme for kde and Rescue CD + ------------------------------------------------------------------- Mon Aug 10 07:01:34 UTC 2020 - Dominique Leuenberger