(address . guix-patches@gnu.org)(name . antlers)(address . antlers@illucid.net)
From: antlers <antlers@illucid.net>
* gnu/packages/kde.scm (kdenlive): Add input kirigami.
Encountered this error running kdenlive on a new user account:
Toggle quote (2 lines)
> file:///gnu/store/r1gbv455lfbzaqqpl2gjvyvy5gip8d7h-knewstuff-5.98.0/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1: module "org.kde.kirigami" is not installed
Didnt crash, but the Effects and Compositions boxes were rendering pure white.
Happens with:
Toggle quote (2 lines)
> guix time-machine -C ./channels-default.scm --commit=a0c387c -- shell --pure kdenlive -- kdenlive
but not on d5fece6.
---
gnu/packages/kde.scm | 1 +
1 file changed, 1 insertion(+)
Toggle diff (14 lines)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 5e8e69487e..7b11ab6aab 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -274,6 +274,7 @@ (define-public kdenlive
kfilemetadata
kguiaddons
kiconthemes
+ kirigami
knewstuff
knotifications
knotifyconfig
--
2.39.1