Kdenlive file dialog broken

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Leo Famulari
Severity
normal
L
L
Leo Famulari wrote on 1 Dec 2019 22:10
(address . bug-guix@gnu.org)
20191201211006.GA1786@jasmine.lan
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.
L
L
Leo Famulari wrote on 1 Dec 2019 22:13
[PATCH] gnu: kdenlive: Use qt-build-system.
(address . 38450@debbugs.gnu.org)
35ce830ca1a6a4efe55bfc30ec717c344450f450.1575234831.git.leo@famulari.name
* 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(-)

Toggle diff (47 lines)
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
M
M
Mathieu Othacehe wrote on 20 Sep 2021 20:45
Re: bug#38450: Kdenlive file dialog broken
(name . Leo Famulari)(address . leo@famulari.name)(address . 38450-done@debbugs.gnu.org)
87mto784rz.fsf@gnu.org
Hello,

Toggle quote (3 lines)
> 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
Closed
?