From caf60645ced52c4c905a3da6dac6f15b0627345a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20M=C3=BCller?= Date: Mon, 29 Aug 2022 15:44:36 +0200 Subject: [PATCH] [util-iso] fix branding in live --- lib/util-iso.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/util-iso.sh b/lib/util-iso.sh index 832d60a..fedfb9d 100644 --- a/lib/util-iso.sh +++ b/lib/util-iso.sh @@ -402,9 +402,12 @@ make_image_live() { copy_overlay "${profile_dir}/live-overlay" "${path}" configure_live_image "${path}" - if [[ -e "${path}/usr/share/calamares/branding/manjaro/branding.desc" ]]; then + if [[ -e "${path}/usr/share/calamares/branding/manjaro/calamares-sidebar.qml" ]]; then configure_branding "${path}" msg "Done [Distribution: Release ${dist_release} Codename ${dist_codename}]" + elif [[ -e "${path}/usr/share/calamares/branding/manjaro/show.qml" ]]; then + configure_branding_old "${path}" + msg "Done [Distribution: Release ${dist_release} Codename ${dist_codename}]" fi configure_polkit_user_rules "${path}"