From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Patch: Add avidemux Date: Mon, 23 Feb 2015 23:04:12 +0100 Message-ID: <20150223220412.GA20200@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ170-0008MU-42 for guix-devel@gnu.org; Mon, 23 Feb 2015 17:04:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQ16u-0007bl-Hi for guix-devel@gnu.org; Mon, 23 Feb 2015 17:04:22 -0500 Received: from mout.kundenserver.de ([212.227.17.13]:59355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQ16u-0007bM-96 for guix-devel@gnu.org; Mon, 23 Feb 2015 17:04:16 -0500 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, this one was not pretty... The command line program avidemux3_cli does not work from the bash script I am using. avidemux3_gtk opens a little window "Glade - Cannot load glade file", and prints the following error messages (among others): Trying : [GtkBuilder] Invalid property: GtkGrid.n_columns on line 549 Trying : [GtkBuilder] Failed to open file '/tmp/nix-build-avidemux-2.6.8.drv-2/avidemux_2.6.8/avidemux/gtk/ADM_userInterfaces/ADM_toolkit_gtk/../glade/main/gtk2_build.gtkBuilder': No such file or directory Trying : [GtkBuilder] Failed to open file 'glade/main/gtk2_build.gtkBuilder': No such file or director So it looks like the build directory is also coded into the binary. Fortunately, avidemux3_qt4 works. So I would suggest to submit it as it is, as I am not motivated to debug the gtk version, unless someone feels like it. Andreas