From e3cc291173ff55e79eafa8c5c3dea29d893fdb26 Mon Sep 17 00:00:00 2001 From: Dima Krasner Date: Wed, 7 Dec 2022 19:54:05 +0200 Subject: [PATCH] inherit missing icons from hicolor, not Hicolor See https://forum.puppylinux.com/viewtopic.php?p=74729 --- build_theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_theme b/build_theme index 7e7a9c2..a366662 100755 --- a/build_theme +++ b/build_theme @@ -48,7 +48,7 @@ done < ../theme.conf # constuct the index.theme echo '[Icon Theme]' > "${THEME}"/index.theme echo "Name=${THEME}" >> "${THEME}"/index.theme -echo "Inherits=Hicolor" >> "${THEME}"/index.theme +echo "Inherits=hicolor" >> "${THEME}"/index.theme echo "Comment=$COMMENT" >> "${THEME}"/index.theme echo -n "Directories=" >> "${THEME}"/index.theme (cd "${THEME}"; find ./16 ./22 ./24 ./32 ./48 ./64 ./scalable -mindepth 1 -type d) > $TMP0