From mboxrd@z Thu Jan 1 00:00:00 1970 From: zimoun Subject: bug#38529: Make --pure the default for `guix environment'? Date: Thu, 12 Dec 2019 20:33:57 +0100 Message-ID: References: <87eexeu8mo.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:43359) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ifUEo-0003uE-RK for bug-guix@gnu.org; Thu, 12 Dec 2019 14:35:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ifUEn-00081D-SC for bug-guix@gnu.org; Thu, 12 Dec 2019 14:35:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54945) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ifUEn-00080o-M3 for bug-guix@gnu.org; Thu, 12 Dec 2019 14:35:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ifUEn-0001Ac-Iy for bug-guix@gnu.org; Thu, 12 Dec 2019 14:35:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 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: Jesse Gibbons Cc: Pierre Neidhardt , 38529@debbugs.gnu.org Hi, On Mon, 9 Dec 2019 at 18:38, Jesse Gibbons wrote: > for example, "guix environment --pure --ad-hoc pavucontrol -- pavucontrol" > gives me an error: > No protocol specified > Unable to init server: Could not connect: Connection > refused I do not experiment this error. > Similarly, "guix environment --pure --ad-hoc gnubik -- gnubik" gives me an > error: > No protocol specified > > (gnubik:29707): Gtk-WARNING **: 10:03:28.753: cannot open display: :1 I do not experiment this error. > "guix environment --pure --ad-hoc gedit -- gedit": > No protocol specified > Unable to init server: Could not connect: Connection refused > > (org.gnome.gedit:31542): Gtk-WARNING **: 10:08:07.401: cannot open display: > :1 Instead I experiment this warning: (org.gnome.gedit:19087): dconf-WARNING **: 20:31:27.734: failed to commit changes to dconf: Failed to execute child process ?dbus-launch? (No such file or directory) All the best, simon