From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44990) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHWid-0007nc-8a for guix-patches@gnu.org; Thu, 26 Mar 2020 13:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHWic-0001fU-BU for guix-patches@gnu.org; Thu, 26 Mar 2020 13:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53696) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHWic-0001fP-4q for guix-patches@gnu.org; Thu, 26 Mar 2020 13:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHWic-0004Wu-1w for guix-patches@gnu.org; Thu, 26 Mar 2020 13:55:02 -0400 Subject: [bug#40212] [PATCH] gnu: xorriso: Build gui frontend. References: <20200324145321.7569-1-efraim@flashner.co.il> In-Reply-To: <20200324145321.7569-1-efraim@flashner.co.il> Resent-Message-ID: Date: Thu, 26 Mar 2020 18:55:35 +0100 From: "Thomas Schmitt" Content-Type: text/plain; charset="utf-8" Message-Id: <17709718915499559460@scdbackup.webframe.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40212@debbugs.gnu.org Hi, the "[/]" buttons of xorriso-tcltk need the Tcl/Tk package "BWidget" to display a file browser. Without it, the up-popping windows only offer a text input field for entering an absolute file path. That's quite unusual for a GUI program. The file browser widget does not look fancy but provides the interface which a GUI user probably expects. Have a nice day :) Thomas