GNU bug report logs - #64828
[PATCH] gnu: kdenlive: Add missing dep. kirigami

Previous Next

Package: guix-patches;

Reported by: antlers <at> illucid.net

Date: Mon, 24 Jul 2023 09:58:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: antlers <at> illucid.net
To: 64828 <at> debbugs.gnu.org
Cc: antlers <antlers <at> illucid.net>
Subject: [bug#64828] [PATCH] gnu: kdenlive: Add missing dep. kirigami
Date: Mon, 24 Jul 2023 09:57:11 +0000
From: antlers <antlers <at> illucid.net>

* gnu/packages/kde.scm (kdenlive): Add input kirigami.

Encountered this error running kdenlive on a new user account:
> 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:
> 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(+)

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





This bug report was last modified 1 year and 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.