unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64828] [PATCH] gnu: kdenlive: Add missing dep. kirigami
@ 2023-07-24  9:57 antlers--- via Guix-patches via
  2023-09-06  0:50 ` bug#64828: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: antlers--- via Guix-patches via @ 2023-07-24  9:57 UTC (permalink / raw)
  To: 64828; +Cc: antlers

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#64828: [PATCH] gnu: kdenlive: Add missing dep. kirigami
  2023-07-24  9:57 [bug#64828] [PATCH] gnu: kdenlive: Add missing dep. kirigami antlers--- via Guix-patches via
@ 2023-09-06  0:50 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-09-06  0:50 UTC (permalink / raw)
  To: antlers; +Cc: 64828-done

Hi,

antlers@illucid.net writes:

> 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-06  0:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24  9:57 [bug#64828] [PATCH] gnu: kdenlive: Add missing dep. kirigami antlers--- via Guix-patches via
2023-09-06  0:50 ` bug#64828: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).