From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id YOu7B1tePV90KQAA0tVLHw (envelope-from ) for ; Wed, 19 Aug 2020 17:16:11 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id CLaEA1tePV9rSgAAbx9fmQ (envelope-from ) for ; Wed, 19 Aug 2020 17:16:11 +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 8F7459403A8 for ; Wed, 19 Aug 2020 17:16:10 +0000 (UTC) Received: from localhost ([::1]:32942 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k8Rh3-0003yK-CW for larch@yhetil.org; Wed, 19 Aug 2020 13:16:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41938) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k8Rgu-0003yA-BS for help-guix@gnu.org; Wed, 19 Aug 2020 13:16:00 -0400 Received: from w4.tutanota.de ([81.3.6.165]:38978) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k8Rgr-0000Zg-Jn for help-guix@gnu.org; Wed, 19 Aug 2020 13:16:00 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id A86CF10602D6 for ; Wed, 19 Aug 2020 17:15:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1597857349; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=5wgqULcM/nyAsPmJ2WScvYN5OEjCZnWgND4aL+eNPQ0=; b=xxYB8xHTrEh2kgpL7/Kk6tZhVlt/apf7PzVYZX8NMjYQorFhirG2cFYpB8erP5B7 QvbIkY1YB12xqsU4LmIzAoQLxrmh1WGaReO+XUlgyeIANzRa0AXwcapwdiCqENfVKWL PGHcZOidcSY/lVAsbRbo3/PxsAqEcfkpfBNn4vyrCzL8f+j5l6zqfF2pXBfGGGD73R8 Y49dDbBNZEmTypdZ3yUYpzemIgWTVQpNH2mhRz+bL+IXmyvPqfFZNS6bbJLiIV3MWE4 WbEywstXad0nU6iWLWoG9DLXRdOxfH9G9oUW3DMlLkmPh8UvBkdFlpeHNtJy2yX7pX5 xMIFVqyXQg== Date: Wed, 19 Aug 2020 19:15:49 +0200 (CEST) To: Help Guix Message-ID: Subject: running gui aps in docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=81.3.6.165; envelope-from=rndd@tuta.io; helo=w4.tutanota.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/19 13:15:49 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no 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: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" Reply-to: Adam Kandur From: Adam Kandur via X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=tuta.io header.s=s1 header.b=xxYB8xHT; 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.01 X-TUID: uI+8PCR+RWfW hi everyone! recently i tried to run a simple gui app in docker: docker run --rm -e DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix aliustaoglu/firefox but all i got is this error: No protocol specified error: XDG_RUNTIME_DIR not set in the environment. Error: cannot open display: :1 Did anybody have something like this?