all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#38450: Kdenlive file dialog broken
@ 2019-12-01 21:10 Leo Famulari
  2019-12-01 21:13 ` bug#38450: [PATCH] gnu: kdenlive: Use qt-build-system Leo Famulari
  2021-09-20 18:45 ` bug#38450: Kdenlive file dialog broken Mathieu Othacehe
  0 siblings, 2 replies; 3+ messages in thread
From: Leo Famulari @ 2019-12-01 21:10 UTC (permalink / raw)
  To: 38450

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.

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

* bug#38450: [PATCH] gnu: kdenlive: Use qt-build-system.
  2019-12-01 21:10 bug#38450: Kdenlive file dialog broken Leo Famulari
@ 2019-12-01 21:13 ` Leo Famulari
  2021-09-20 18:45 ` bug#38450: Kdenlive file dialog broken Mathieu Othacehe
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2019-12-01 21:13 UTC (permalink / raw)
  To: 38450

* 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

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

* bug#38450: Kdenlive file dialog broken
  2019-12-01 21:10 bug#38450: Kdenlive file dialog broken Leo Famulari
  2019-12-01 21:13 ` bug#38450: [PATCH] gnu: kdenlive: Use qt-build-system Leo Famulari
@ 2021-09-20 18:45 ` Mathieu Othacehe
  1 sibling, 0 replies; 3+ messages in thread
From: Mathieu Othacehe @ 2021-09-20 18:45 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 38450-done


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




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

end of thread, other threads:[~2021-09-20 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-01 21:10 bug#38450: Kdenlive file dialog broken Leo Famulari
2019-12-01 21:13 ` bug#38450: [PATCH] gnu: kdenlive: Use qt-build-system Leo Famulari
2021-09-20 18:45 ` bug#38450: Kdenlive file dialog broken Mathieu Othacehe

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.