From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SBwKGTLw/F5PWAAA0tVLHw (envelope-from ) for ; Wed, 01 Jul 2020 20:21:06 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id WAevFDLw/F5sJgAAB5/wlQ (envelope-from ) for ; Wed, 01 Jul 2020 20:21:06 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id ED8EA940276 for ; Wed, 1 Jul 2020 20:21:05 +0000 (UTC) Received: from localhost ([::1]:52836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jqjE8-0007m9-DT for larch@yhetil.org; Wed, 01 Jul 2020 16:21:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55810) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqjAR-0003dQ-1H for help-guix@gnu.org; Wed, 01 Jul 2020 16:17:15 -0400 Received: from dustycloud.org ([50.116.34.160]:44116) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jqjAN-0007iB-QB; Wed, 01 Jul 2020 16:17:14 -0400 Received: from twig (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id E48352661A; Wed, 1 Jul 2020 16:17:09 -0400 (EDT) References: <87sh16hsy4.fsf@ambrevar.xyz> <20181016161056.GA25057@jasmine.lan> <87lg6xn3zm.fsf@ambrevar.xyz> <87lg6wdat9.fsf@gnu.org> User-agent: mu4e 1.4.9; emacs 26.3 From: Christopher Lemmer Webber To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: Run graphical application in container In-reply-to: <87lg6wdat9.fsf@gnu.org> Date: Wed, 01 Jul 2020 16:17:09 -0400 Message-ID: <87366b0z3u.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=50.116.34.160; envelope-from=cwebber@dustycloud.org; helo=dustycloud.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/01 16:17:10 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: 0.49 X-TUID: 79gi1J/FDtUb Ludovic Court=C3=A8s writes: > Hello Pierre, > > Pierre Neidhardt skribis: > >> Is anyone interested in finishing the work that was sketched in >> https://lists.gnu.org/archive/html/help-guix/2018-01/msg00056.html ? > > Mike submitted several improvements to =E2=80=98guix environment=E2=80=99= , all of which > but one were applied: > > https://issues.guix.info/issue/30256#8 > > As for =E2=80=98guix run=E2=80=99 and/or package transformation options t= o automatically > wrap binaries, I=E2=80=99m all for it! > > Thanks, > Ludo=E2=80=99. ... looking this up I see that the idea I submitted to guix-devel is already "approved of", but just needs to be done. :)