From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#38450: Kdenlive file dialog broken Date: Sun, 1 Dec 2019 16:10:06 -0500 Message-ID: <20191201211006.GA1786@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:51594) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibWUg-00013y-Sj for bug-guix@gnu.org; Sun, 01 Dec 2019 16:11:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibWUg-0005K7-0E for bug-guix@gnu.org; Sun, 01 Dec 2019 16:11:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59055) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibWUf-0005Jz-Ss for bug-guix@gnu.org; Sun, 01 Dec 2019 16:11:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibWUf-0007rj-Nk for bug-guix@gnu.org; Sun, 01 Dec 2019 16:11:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:51545) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibWTs-0000tC-Dc for bug-guix@gnu.org; Sun, 01 Dec 2019 16:10:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibWTr-0004K5-Gk for bug-guix@gnu.org; Sun, 01 Dec 2019 16:10:12 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:49201) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ibWTr-0004JH-7G for bug-guix@gnu.org; Sun, 01 Dec 2019 16:10:11 -0500 Received: from localhost (c-76-124-138-63.hsd1.pa.comcast.net [76.124.138.63]) by mail.messagingengine.com (Postfix) with ESMTPA id 62B6F8005C for ; Sun, 1 Dec 2019 16:10:10 -0500 (EST) Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 38450@debbugs.gnu.org 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.