GNU bug report logs - #38450
Kdenlive file dialog broken

Previous Next

Package: guix;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Sun, 1 Dec 2019 21:11:01 UTC

Severity: normal

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38450 in the body.
You can then email your comments to 38450 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#38450; Package guix. (Sun, 01 Dec 2019 21:11:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Famulari <leo <at> famulari.name>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 01 Dec 2019 21:11:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: bug-guix <at> gnu.org
Subject: Kdenlive file dialog broken
Date: Sun, 1 Dec 2019 16:10:06 -0500
In kdenlive, I can't add any media ("clips") to a project because the
file choosing dialog is not working.

Basically, open kdenlive, click on the "Project" menu, then "Add Clip".
This opens a file chooser dialog that should let you find and select
some files. However, the dialog is blank and cannot display any files or
folders.

The problem goes away when using the qt-build-system. I'm not sure if
anything is lost by deleting the wrap-program phase. Patch to follow.




Information forwarded to bug-guix <at> gnu.org:
bug#38450; Package guix. (Sun, 01 Dec 2019 21:15:01 GMT) Full text and rfc822 format available.

Message #8 received at 38450 <at> debbugs.gnu.org (full text, mbox):

From: Leo Famulari <leo <at> famulari.name>
To: 38450 <at> debbugs.gnu.org
Subject: [PATCH] gnu: kdenlive: Use qt-build-system.
Date: Sun,  1 Dec 2019 16:13:51 -0500
* gnu/packages/kde.scm (kdenlive)[build-system]: Use qt-build-system.
[arguments]: Remove field.
---
 gnu/packages/kde.scm | 27 +--------------------------
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 014bca0738..fa3733d26f 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -73,7 +73,7 @@
          (sha256
           (base32
            "0ifnaclsz7w08mc485i3j1kkcpd1m8q5qamckrfwc375ac13xf4g"))))
-      (build-system cmake-build-system)
+      (build-system qt-build-system)
       (native-inputs
        `(("extra-cmake-modules" ,extra-cmake-modules)
          ("qttools" ,qttools)))
@@ -101,31 +101,6 @@
          ("kiconthemes" ,kiconthemes)
          ("qtgraphicaleffects" ,qtgraphicaleffects)
          ("kplotting" ,kplotting)))
-      (arguments
-       `(#:phases
-         (modify-phases %standard-phases
-           (add-after 'install 'wrap-executable
-             (lambda* (#:key inputs outputs #:allow-other-keys)
-               (let* ((out (assoc-ref outputs "out"))
-                      (qtquickcontrols (assoc-ref inputs "qtquickcontrols"))
-                      (qtbase (assoc-ref inputs "qtbase"))
-                      (qtdeclarative (assoc-ref inputs "qtdeclarative"))
-                      (frei0r (assoc-ref inputs "frei0r-plugins"))
-                      (qml "/lib/qt5/qml"))
-                 (wrap-program (string-append out "/bin/kdenlive")
-                   `("QT_PLUGIN_PATH" ":" prefix
-                     ,(map (lambda (label)
-                             (string-append (assoc-ref inputs label)
-                                            "/lib/qt5/plugins/"))
-                           '("qtbase" "qtsvg")))
-                   `("FREI0R_PATH" ":" =
-                     (,(string-append frei0r "/lib/frei0r-1/")))
-                   `("QT_QPA_PLATFORM_PLUGIN_PATH" ":" =
-                     (,(string-append qtbase "/lib/qt5/plugins/platforms")))
-                   `("QML2_IMPORT_PATH" ":" prefix
-                     (,(string-append qtquickcontrols qml)
-                      ,(string-append qtdeclarative qml)))))
-               #t)))))
       (home-page "https://kdenlive.org")
       (synopsis "Non-linear video editor")
       (description "Kdenlive is an acronym for KDE Non-Linear Video Editor.
-- 
2.24.0





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Mon, 20 Sep 2021 18:46:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Famulari <leo <at> famulari.name>:
bug acknowledged by developer. (Mon, 20 Sep 2021 18:46:02 GMT) Full text and rfc822 format available.

Message #13 received at 38450-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Leo Famulari <leo <at> famulari.name>
Cc: 38450-done <at> debbugs.gnu.org
Subject: Re: bug#38450: Kdenlive file dialog broken
Date: Mon, 20 Sep 2021 18:45:36 +0000
Hello,

> In kdenlive, I can't add any media ("clips") to a project because the
> file choosing dialog is not working.

This cannot be reproduced on master, closing.

Thanks,

Mathieu




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 19 Oct 2021 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 189 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.