From unknown Fri Sep 05 08:21:54 2025 X-Loop: help-debbugs@gnu.org Subject: bug#61697: Chromium with guix shell container from the manual doesn't work. Resent-From: "email@msavoritias.me" Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 22 Feb 2023 04:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61697 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 61697@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16770417143336 (code B ref -1); Wed, 22 Feb 2023 04:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Feb 2023 04:55:14 +0000 Received: from localhost ([127.0.0.1]:57712 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUh9r-0000re-Lq for submit@debbugs.gnu.org; Tue, 21 Feb 2023 23:55:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:33346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUVqx-0007dT-Pg for submit@debbugs.gnu.org; Tue, 21 Feb 2023 11:50:58 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUVqq-0005Tc-Jw for bug-guix@gnu.org; Tue, 21 Feb 2023 11:50:50 -0500 Received: from mail.webarch.email ([81.95.52.48]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUVqo-000174-9y for bug-guix@gnu.org; Tue, 21 Feb 2023 11:50:48 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 4C3291A84712 for ; Tue, 21 Feb 2023 16:50:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=msavoritias.me; s=20210930; t=1676998233; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:content-language; bh=jDx04O8rhg6pGxrKdoxKKMc4r9TozxQcxCJoUm/XVc8=; b=ma1dRMJADI65PTyRK6GUtbicaXpXoQ5S/BFMbehAzyuUYk2W03hpyKBPGcTG1HMFRt9yTc GdQC1b1hNCsa8QFSsFlWzJI7HIcNVZFlRvX4elr0x8rLYACuLHJdZ8rGySW/0myD1LJdnr A6tgDZFP0tPX8R912IVYXHQw0o16M9N1Z0TsJxePIX7+Pw/ajDpFv1+gOzlHNOztb0fHVf W69sec1xFkwLRnSvfuzXWL9BwkedldqU0GWGd/yGsqT5Z5V28w1QMJxdlrUlNz56UdyWAQ TWh/XWkhwGyNvMWhnUwgpL7SVPGWkO6w2SV2ImC6JWGkfKLyHKIUcw2XjIvuvQ== Message-ID: Date: Tue, 21 Feb 2023 18:50:29 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Content-Language: en-US From: "email@msavoritias.me" Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=81.95.52.48; envelope-from=email@msavoritias.me; helo=mail.webarch.email X-Spam_score_int: -16 X-Spam_score: -1.7 X-Spam_bar: - X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, DKIM_INVALID=0.1, DKIM_SIGNED=0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Mailman-Approved-At: Tue, 21 Feb 2023 23:55:10 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Followed the manual for guix shell here: https://guix.gnu.org/en/manual/devel/en/guix.html#Invoking-guix-shell Initially I wanted to setup an icecat container so I just removed chromium for icecat, I got this error: ``` guix shell --container --network --no-cwd icecat --preserve='^DISPLAY$' -- icecat Authorization required, but no authorization protocol specified Unable to init server: Could not connect: Connection refused Error: cannot open display: :0.0 ``` I tried chromium too. It still errors out but with a different error: ``` guix shell --container --network --no-cwd ungoogled-chromium --preserve='^DISPLAY$' -- chromium Authorization required, but no authorization protocol specified [1:1:0221/164151.354628:ERROR:ozone_platform_x11.cc(238)] Missing X server or $DISPLAY [1:1:0221/164151.354678:ERROR:env.cc(255)] The platform failed to initialize.  Exiting. ``` Chromium starts just fine without the container flag so the problem seems to be in the container flag specifically. Msavoritias From unknown Fri Sep 05 08:21:54 2025 X-Loop: help-debbugs@gnu.org Subject: bug#61697: Chromium with guix shell container from the manual doesn't work. References: In-Reply-To: Resent-From: "email@msavoritias.me" Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 06 Mar 2023 13:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61697 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 61697@debbugs.gnu.org Received: via spool by 61697-submit@debbugs.gnu.org id=B61697.167810803120687 (code B ref 61697); Mon, 06 Mar 2023 13:08:02 +0000 Received: (at 61697) by debbugs.gnu.org; 6 Mar 2023 13:07:11 +0000 Received: from localhost ([127.0.0.1]:41651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZAYZ-0005Nb-64 for submit@debbugs.gnu.org; Mon, 06 Mar 2023 08:07:11 -0500 Received: from mail.webarch.email ([81.95.52.48]:34454) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZAYW-0005NQ-QM for 61697@debbugs.gnu.org; Mon, 06 Mar 2023 08:07:09 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id A732F1A8BEEC for <61697@debbugs.gnu.org>; Mon, 6 Mar 2023 13:07:07 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=msavoritias.me; s=20210930; t=1678108027; h=from:subject:date:message-id:to:mime-version:content-type: content-transfer-encoding:content-language; bh=2oR8rGrWh6E3wpwrNG7B9BYQscW6axRNc8l3dh/BIDw=; b=rEqwOSyXvkx8QK9AnMANFsEG+u3C2+iahXny1AMb2XSr3sAFfUYA4wKdX6yLU+TtopmrFQ 1LmvNqlgH+EQUyID7QJkAkemtesD3NlrRjyI1+ioENGUnQQ/nCy6CmL0rC+yo7RwHWljoH INVTdjqYZDOEpP6K4Ztyj1EspOxc9ZKjdnPEgyOHYOVewI02Hj9O3+HJ96B3dYbgtY94mS TEwo2jdyBp8FihiSdW/nPyHUxW8XjbLlPFwSIuDceEbMaxQcqtYYl/aylOHQ+6KqT5j5+8 XGOT1pb4gx3qbBSwLHQb8TG/U9sO7LDXHqJgFag7p+o0GHdI5SziMSKB0k/cjw== Message-ID: <29b5ebee-32c0-7017-8ce8-6c1a48d86118@fannys.me> Date: Mon, 6 Mar 2023 15:07:04 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2 Content-Language: en-US From: "email@msavoritias.me" Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Last-TLS-Session-Version: TLSv1.3 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) The problem was that in xorg you need the specific option: ``` --share=/tmp ``` So the command would look like: ``` guix shell --container --network --share=/tmp --no-cwd icecat --preserve='^DISPLAY$' -- icecat ``` While in wayland it works as is. Next step would be documenting this in the manual. From unknown Fri Sep 05 08:21:54 2025 X-Loop: help-debbugs@gnu.org Subject: bug#61697: Chromium with guix shell container from the manual doesn't work. Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Tue, 11 Apr 2023 14:50:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61697 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: email@msavoritias.me Cc: 61697@debbugs.gnu.org Received: via spool by 61697-submit@debbugs.gnu.org id=B61697.168122458929672 (code B ref 61697); Tue, 11 Apr 2023 14:50:01 +0000 Received: (at 61697) by debbugs.gnu.org; 11 Apr 2023 14:49:49 +0000 Received: from localhost ([127.0.0.1]:37975 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmFJd-0007iW-DX for submit@debbugs.gnu.org; Tue, 11 Apr 2023 10:49:49 -0400 Received: from mail-wr1-f49.google.com ([209.85.221.49]:41240) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pmFJa-0007iJ-Vi for 61697@debbugs.gnu.org; Tue, 11 Apr 2023 10:49:48 -0400 Received: by mail-wr1-f49.google.com with SMTP id ffacd0b85a97d-2efbab42639so248473f8f.1 for <61697@debbugs.gnu.org>; Tue, 11 Apr 2023 07:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1681224581; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=3R09aSUdRGMcJKOXk8wSIU/qGLOkN2rrJkrA0bAXn7Q=; b=Ye3VoOQtvVuUmFUlg/dYTEOc9sQMnis/VERW2KkpiZutLGiB5ddUKrQkGYivllbjeJ wiST6mn+2tUsevZ+YyVnG/aPjACIlwCBx3UsKl5CFGSUdV6wPwapRrv6vc/C1UvvTrKC vJ6CNyfpgCXHo+VbHzVyZFIjn/Svh/IAZan1FuabtcmAiFlYnB66oCaxHTN9i7bKWNFo u+CCSuezd+jobpAADHZGhdzgMMgj8Y1oLAH42FctgcTUg2tF5wBO9kPMhk1xiCj6EIdI Ud/XE+Q89wA/5qnu9i/QXrZW3kmVx1MmDdNez1owFkU/9U5XUscEXc4I3l+ZxhlEEXev ETiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681224581; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=3R09aSUdRGMcJKOXk8wSIU/qGLOkN2rrJkrA0bAXn7Q=; b=jWCB9Hf5sP09MatVKKeFWJKM7Qo0Gw1CWPPjNSHN8Ackw393O1a18mqDt7olReWP2u Nb2VbE4EIQZynnBipC2kA97qikNAF2gQYS6UIvoVEi9HZ15WVD4+n+uNCdvK8F3st6lC 92V6VlpkE+hhV/nOca5fqrz1JlGA2b1YaU5Tge0YiQ+SA7OtqQ493dRtU7yn24BdUyPJ FmFFir3omuNt6odMWSt6o5uOmx5X3N2MdkMiy2PNBXy6wGzY/jfTQtUmqZPDeHz36IJQ euZbyXetxAGBSswTguCoQo2f7cxqvzSeYf9mfQ1W5PidgM/8Kx2QZ9HZ1aYpKJbB07o2 CoeQ== X-Gm-Message-State: AAQBX9coUjqrehBYYoqVWiNh5+KDVf1nwNVsh9wUv8XyS7v1ZFU010wP N0AX+TCN0qnlRoUqHVHc4UeuITahSeg= X-Google-Smtp-Source: AKy350ZiXyfVGpBdnsZZlbQPgH89BbBMFrtkCR3pRJRRYjHJd8OS832ntCAh/mCfJW3gl2A2OUfl+w== X-Received: by 2002:a5d:54c9:0:b0:2d2:9c19:f75 with SMTP id x9-20020a5d54c9000000b002d29c190f75mr7458011wrv.1.1681224581185; Tue, 11 Apr 2023 07:49:41 -0700 (PDT) Received: from pfiuh07 ([193.48.40.241]) by smtp.gmail.com with ESMTPSA id m5-20020adfe945000000b002f006acacc1sm7448578wrn.97.2023.04.11.07.49.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 11 Apr 2023 07:49:40 -0700 (PDT) From: Simon Tournier References: <29b5ebee-32c0-7017-8ce8-6c1a48d86118@fannys.me> Date: Tue, 11 Apr 2023 15:36:14 +0200 In-Reply-To: <29b5ebee-32c0-7017-8ce8-6c1a48d86118@fannys.me> (email@msavoritias.me's message of "Mon, 6 Mar 2023 15:07:04 +0200") Message-ID: <87bkjuk0c1.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On lun., 06 mars 2023 at 15:07, "email@msavoritias.me" wrote: > Next step would be documenting this in the manual. Do you want to give a try in fixing the example provided by the manual? WDYT? Cheers, simon From unknown Fri Sep 05 08:21:54 2025 X-Loop: help-debbugs@gnu.org Subject: bug#61697: References: In-Reply-To: Resent-From: =?UTF-8?Q?=D0=92=D0=B8=D1=82=D0=B0=D0=BB=D0=B8=D0=B9_?= =?UTF-8?Q?=D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=B2?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Sun, 16 Apr 2023 12:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61697 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 61697@debbugs.gnu.org Received: via spool by 61697-submit@debbugs.gnu.org id=B61697.168164678731630 (code B ref 61697); Sun, 16 Apr 2023 12:07:01 +0000 Received: (at 61697) by debbugs.gnu.org; 16 Apr 2023 12:06:27 +0000 Received: from localhost ([127.0.0.1]:50742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1po19G-0008E5-PB for submit@debbugs.gnu.org; Sun, 16 Apr 2023 08:06:27 -0400 Received: from mail-ed1-f42.google.com ([209.85.208.42]:54729) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pnzlV-0000WG-T5 for 61697@debbugs.gnu.org; Sun, 16 Apr 2023 06:37:51 -0400 Received: by mail-ed1-f42.google.com with SMTP id 4fb4d7f45d1cf-5058181d58dso3318129a12.1 for <61697@debbugs.gnu.org>; Sun, 16 Apr 2023 03:37:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1681641464; x=1684233464; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=CJDs2nSzhx/XRWs445HMLRd7+4JW6Oj9akdPEGTzKq4=; b=rAJq1Wk5PtNKK0b2zTg89HWm/utPpSwGNweJA+t7wMkLmLUtQVRd8eQHCvGoD6QNYm RtjwyN3CSWwqvho6IrmmZuoKyQFsLlebSJnNKn539z1g6lj45C9lBvJ9Kh1ZaDxppBn+ HVO1UUOhsqwxZqa+D7GGcI4ZFe1KNzvmXiwAgs9unOeXa/1KdgcB5PqVFPacRb6PMIZB My1YcSBXhBx7u3zPoKjb7rnizbtK+dyWiUZNVgEl7UaMfhvIhXdu59DNOHm7Q2Ph4UO/ l9g2Q6AASwjnanRs6wIFX0nNuHlF+eY/ikatLSg0uUlgNkAoO5bFZOqtSXjgGFtm6eYR F4IQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1681641464; x=1684233464; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=CJDs2nSzhx/XRWs445HMLRd7+4JW6Oj9akdPEGTzKq4=; b=AJq45bgsZsGQ3XEIvWD8Mjt8X0OwWOWhUTcHJdN/CQD51fSXhDPDqu5wEjYXaU/pKI glNAGl302ua/9YdSJ+KnWwDkDbzwfKq8/LnzMGfty3s4nPbbhZSbX+otogUxdf2r8yS4 QF+DMtDYZGuy6Zoh/OZtD1g88Ir8xDBKBzBmfq3l1GMZSt/Ij25eUKCJmtXNA+OLMTet hR+nggaAvb+7dKXh90GReuJgvxMaxqLtrhI42bjjcJ8LGxGacbAmLc7S7zN8x2GXQMLn ZgJs1oBXRwmdNTs34c80m0MS3ZnPMqBEL+XI80wvInnz6sL4O4kOaeNfx1iVB0Muv9vO AH0w== X-Gm-Message-State: AAQBX9fTBqv9TeIQaKNe0bSLhYOJUDiKC6cywsxzrbfg20lsaqcy6GYP AYRayD5I47auyCxWA35O8DPA7RG9nPDlnAQ2TjPZ8YjPLto= X-Google-Smtp-Source: AKy350Ytw2wzUijg9FPRKiGas2iN5yKWX6TV42fdvP+9K0IGz2PvQ5Yaxdd4F1TYfnHet9eRkG5116eQQjULiB9HsXI= X-Received: by 2002:a50:9e09:0:b0:506:6baa:2d07 with SMTP id z9-20020a509e09000000b005066baa2d07mr5679555ede.6.1681641463750; Sun, 16 Apr 2023 03:37:43 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?=D0=92=D0=B8=D1=82=D0=B0=D0=BB=D0=B8=D0=B9_?= =?UTF-8?Q?=D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=B2?= Date: Sun, 16 Apr 2023 10:37:32 +0000 Message-ID: Content-Type: multipart/alternative; boundary="00000000000016226c05f971aab4" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Still have the same error with specifying --share=/tmp. Maybe I should add something else? ``` kovalev@mirage ~$ guix shell --container --network --preserve="^DISPLAY$" --no-cwd --share=/tmp ungoogled [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kvp94best[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.208.42 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.208.42 listed in wl.mailspike.net] 0.0 HTML_MESSAGE BODY: HTML included in message 2.0 BLANK_SUBJECT Subject is present but empty X-Mailman-Approved-At: Sun, 16 Apr 2023 08:06:25 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) --00000000000016226c05f971aab4 Content-Type: text/plain; charset="UTF-8" Still have the same error with specifying --share=/tmp. Maybe I should add something else? ``` kovalev@mirage ~$ guix shell --container --network --preserve="^DISPLAY$" --no-cwd --share=/tmp ungoogled-chromium -- chromium Authorization required, but no authorization protocol specified [1:1:0416/103619.358790:ERROR:ozone_platform_x11.cc(238)] Missing X server or $DISPLAY [1:1:0416/103619.358806:ERROR:env.cc(255)] The platform failed to initialize. Exiting. ``` ``` kovalev@mirage ~$ guix shell --container --network --preserve="^DISPLAY$" --no-cwd --share=/tmp icecat -- icecat Authorization required, but no authorization protocol specified Unable to init server: Could not connect: Connection refused Error: cannot open display: :1 ``` --00000000000016226c05f971aab4 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Still have the same error with specifying --share=3D/= tmp. Maybe I should add something else?
```
kovalev@mir= age ~$ guix shell --container --network --preserve=3D"^DISPLAY$" = --no-cwd --share=3D/tmp ungoogled-chromium -- chromium
Authorization req= uired, but no authorization protocol specified
[1:1:0416/103619.358790:E= RROR:ozone_platform_x11.cc(238)] Missing X server or $DISPLAY
[1:1:0416/= 103619.358806:ERROR:env.cc(255)] The platform failed to initialize.=C2=A0 E= xiting.
```
```
kovalev@mirage ~$ guix sh= ell --container --network --preserve=3D"^DISPLAY$" --no-cwd --sha= re=3D/tmp icecat -- icecat
Authorization required, but no authorization = protocol specified
Unable to init server: Could not connect: Connection = refused
Error: cannot open display: :1
```
--00000000000016226c05f971aab4--