[PATCH] gnu: kdenlive: Add missing dep. kirigami

  • Done
  • quality assurance status badge
Details
2 participants
  • antlers
  • Maxim Cournoyer
Owner
unassigned
Submitted by
antlers
Severity
normal
A
A
antlers wrote on 24 Jul 2023 11:57
(address . guix-patches@gnu.org)(name . antlers)(address . antlers@illucid.net)
20230724095711.20762-1-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
M
M
Maxim Cournoyer wrote on 6 Sep 2023 02:50
(address . antlers@illucid.net)(address . 64828-done@debbugs.gnu.org)
87il8of7kx.fsf@gmail.com
Hi,

antlers@illucid.net writes:

Toggle quote (31 lines)
> 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

Installed, thanks!

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 64828@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 64828
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch