* bug#72823: kdenlive silently crashes to Gnome desktop on launch
@ 2024-08-26 18:15 Fulbert
2024-08-28 8:45 ` Z572
0 siblings, 1 reply; 4+ messages in thread
From: Fulbert @ 2024-08-26 18:15 UTC (permalink / raw)
To: 72823
Hi!
In current state¹, kdenlive silently crashes to Gnome desktop when started from Gnome app launcher. I have to start kdenlive in CLI with :
`QT_QUICK_CONTROLS_STYLE=Basic kdenlive`
… to workaround :
'qrc:/qml/kdenliveclipmonitor.qml: module "org.kde.desktop" is not installed'
followed by a segmentation fault.
Thanks for Guix and regards.
1. commit : ed4e0b48f16530def08862657301178b5cf00a9a
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#72823: kdenlive silently crashes to Gnome desktop on launch
2024-08-26 18:15 bug#72823: kdenlive silently crashes to Gnome desktop on launch Fulbert
@ 2024-08-28 8:45 ` Z572
2024-08-28 11:22 ` Fulbert
0 siblings, 1 reply; 4+ messages in thread
From: Z572 @ 2024-08-28 8:45 UTC (permalink / raw)
To: Fulbert; +Cc: 72823
[-- Attachment #1.1: Type: text/plain, Size: 523 bytes --]
Fulbert <fulbert@bluewin.ch> writes:
> Hi!
>
> In current state¹, kdenlive silently crashes to Gnome desktop when started from Gnome app launcher. I have to start kdenlive in CLI with :
>
> `QT_QUICK_CONTROLS_STYLE=Basic kdenlive`
>
> … to workaround :
> 'qrc:/qml/kdenliveclipmonitor.qml: module "org.kde.desktop" is not installed'
> followed by a segmentation fault.
>
> Thanks for Guix and regards.
>
> 1. commit : ed4e0b48f16530def08862657301178b5cf00a9a
please try this patch, should fix it.
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-kdenlive-Add-qqc2-desktop-style-to-inputs.patch --]
[-- Type: text/x-patch, Size: 1248 bytes --]
From bcbcd2d44ec55de7e590f51dc4aa430eff7a64f1 Mon Sep 17 00:00:00 2001
Message-ID: <bcbcd2d44ec55de7e590f51dc4aa430eff7a64f1.1724834683.git.zhengjunjie@iscas.ac.cn>
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Date: Wed, 28 Aug 2024 16:41:19 +0800
Subject: [PATCH] gnu: kdenlive: Add qqc2-desktop-style to inputs.
Fixes https://issues.guix.gnu.org/72823
* gnu/packages/kde.scm (kdenlive)[inputs]: Add qqc2-desktop-style.
Change-Id: I5719caa39e1fc82ecab7d73907eec9b7014a4f72
---
gnu/packages/kde.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 645ecf5f97..d18c64089c 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -393,6 +393,7 @@ (define-public kdenlive
ladspa
mlt
purpose
+ qqc2-desktop-style
qtbase
qtdeclarative
qtmultimedia
base-commit: 8b25e1c5c2e8833444e702209f11731627f85239
prerequisite-patch-id: 090eb025e3c30f5892b7fd1fb2a34eed861b06a2
prerequisite-patch-id: 7d8340ba2e0dafff0a14a32fdd63066da34d6f17
prerequisite-patch-id: 260b04706ac31a6270e0f9f4bf70fb66e9b4ea28
prerequisite-patch-id: dc613d29c9ea2d50ba6d443571f1a54ced7ecc4d
--
2.45.2
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#72823: kdenlive silently crashes to Gnome desktop on launch
2024-08-28 8:45 ` Z572
@ 2024-08-28 11:22 ` Fulbert
2024-08-28 13:38 ` Z572
0 siblings, 1 reply; 4+ messages in thread
From: Fulbert @ 2024-08-28 11:22 UTC (permalink / raw)
To: Z572; +Cc: 72823
Le Wed, Aug 28, 2024 at 04:45:16PM +0800, Z572 a écrit :
> Fulbert <fulbert@bluewin.ch> writes:
>
> > Hi!
> >
> > In current state¹, kdenlive silently crashes to Gnome desktop when started from Gnome app launcher. I have to start kdenlive in CLI with :
> >
> > `QT_QUICK_CONTROLS_STYLE=Basic kdenlive`
> >
> > … to workaround :
> > 'qrc:/qml/kdenliveclipmonitor.qml: module "org.kde.desktop" is not installed'
> > followed by a segmentation fault.
> >
> > Thanks for Guix and regards.
> >
> > 1. commit : ed4e0b48f16530def08862657301178b5cf00a9a
>
> please try this patch, should fix it.
>
Hi! Tested and I can confirm your patch fixes the problem.
(It also fixes kdenlive UI black out when full screened… but maybe this was happening because of the `QT_QUICK_CONTROLS_STYLE=Basic kdenlive` workaround)
Thank you !
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#72823: kdenlive silently crashes to Gnome desktop on launch
2024-08-28 11:22 ` Fulbert
@ 2024-08-28 13:38 ` Z572
0 siblings, 0 replies; 4+ messages in thread
From: Z572 @ 2024-08-28 13:38 UTC (permalink / raw)
To: Fulbert; +Cc: 72823-done
[-- Attachment #1: Type: text/plain, Size: 952 bytes --]
Fulbert <fulbert@bluewin.ch> writes:
> Le Wed, Aug 28, 2024 at 04:45:16PM +0800, Z572 a écrit :
>> Fulbert <fulbert@bluewin.ch> writes:
>>
>> > Hi!
>> >
>> > In current state¹, kdenlive silently crashes to Gnome desktop when started from Gnome app launcher. I have to start kdenlive in CLI with :
>> >
>> > `QT_QUICK_CONTROLS_STYLE=Basic kdenlive`
>> >
>> > … to workaround :
>> > 'qrc:/qml/kdenliveclipmonitor.qml: module "org.kde.desktop" is not installed'
>> > followed by a segmentation fault.
>> >
>> > Thanks for Guix and regards.
>> >
>> > 1. commit : ed4e0b48f16530def08862657301178b5cf00a9a
>>
>> please try this patch, should fix it.
>>
>
> Hi! Tested and I can confirm your patch fixes the problem.
>
> (It also fixes kdenlive UI black out when full screened… but maybe this was happening because of the `QT_QUICK_CONTROLS_STYLE=Basic kdenlive` workaround)
>
> Thank you !
Thanks, push and close.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-08-28 13:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 18:15 bug#72823: kdenlive silently crashes to Gnome desktop on launch Fulbert
2024-08-28 8:45 ` Z572
2024-08-28 11:22 ` Fulbert
2024-08-28 13:38 ` Z572
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).