From ab0b8ab18c7b52b6cf4ff19da03517ebc0e0090f Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Thu, 14 Mar 2024 08:47:50 +0100 Subject: [PATCH] fix cursor theme inheritance seems this is the directory name rather than the index.theme name, at least it wasn't working before --- mkosi.postinst.chroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.postinst.chroot b/mkosi.postinst.chroot index 306b4ba..b983295 100755 --- a/mkosi.postinst.chroot +++ b/mkosi.postinst.chroot @@ -155,7 +155,7 @@ cmake --install calamares/build cat <<- EOF > /usr/share/icons/default/index.theme [Icon Theme] -Inherits=Breeze +Inherits=breeze_cursors EOF # WARNING: only set up os-release after the build otherwise kde-build doesn't know how to handle the system currently