diff --git a/list-kde.sh b/list-kde.sh
index 54fb610..0117290 100644
--- a/list-kde.sh
+++ b/list-kde.sh
@@ -66,7 +66,9 @@ buildignore vlc-lang
buildignore kipi-plugins
# Upstream branding, not used by default and HUGE
-buildignore breeze5-wallpapers
+if [ "$distro" != "leap" ]; then
+ buildignore breeze5-wallpapers
+fi
install partitionmanager
diff --git a/livecd-leap-kde.kiwi b/livecd-leap-kde.kiwi
index 0a5e172..4d2d68f 100644
--- a/livecd-leap-kde.kiwi
+++ b/livecd-leap-kde.kiwi
@@ -527,8 +527,6 @@
-
-
diff --git a/livecd-openSUSE.changes b/livecd-openSUSE.changes
index ac71e2f..2804267 100644
--- a/livecd-openSUSE.changes
+++ b/livecd-openSUSE.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Mon Oct 18 14:22:14 UTC 2021 - Fabian Vogt
+
+- Can't ignore breeze5-wallpapers on Leap yet
+
-------------------------------------------------------------------
Wed Oct 13 10:12:38 UTC 2021 - Fabian Vogt