[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72823: kdenlive silently crashes to Gnome desktop on launch
From: |
Fulbert |
Subject: |
bug#72823: kdenlive silently crashes to Gnome desktop on launch |
Date: |
Wed, 28 Aug 2024 13:22:50 +0200 |
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 !