From: antlers--- via Guix-patches via <guix-patches@gnu.org>
To: 64828@debbugs.gnu.org
Cc: antlers <antlers@illucid.net>
Subject: [bug#64828] [PATCH] gnu: kdenlive: Add missing dep. kirigami
Date: Mon, 24 Jul 2023 09:57:11 +0000 [thread overview]
Message-ID: <20230724095711.20762-1-antlers@illucid.net> (raw)
From: antlers <antlers@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
next reply other threads:[~2023-07-24 14:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-24 9:57 antlers--- via Guix-patches via [this message]
2023-09-06 0:50 ` bug#64828: [PATCH] gnu: kdenlive: Add missing dep. kirigami Maxim Cournoyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230724095711.20762-1-antlers@illucid.net \
--to=guix-patches@gnu.org \
--cc=64828@debbugs.gnu.org \
--cc=antlers@illucid.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.