From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLT6E-0007oe-DY for guix-patches@gnu.org; Thu, 15 Jun 2017 07:38:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLT6A-0005Na-Hl for guix-patches@gnu.org; Thu, 15 Jun 2017 07:38:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45942) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLT6A-0005NP-Dl for guix-patches@gnu.org; Thu, 15 Jun 2017 07:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLT6A-00037I-4w for guix-patches@gnu.org; Thu, 15 Jun 2017 07:38:02 -0400 Subject: [bug#27344] [PATCH 11/12] gnu: Add qucs. Resent-Message-ID: Date: Thu, 15 Jun 2017 13:37:46 +0200 From: Danny Milosavljevic Message-ID: <20170615133746.25d65a03@scratchpost.org> In-Reply-To: <20170612165226.1268-11-theodoros.for@openmailbox.org> References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-11-theodoros.for@openmailbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Theodoros Foradis Cc: 27344@debbugs.gnu.org > + ;; The test suite requires a running X server. > + (system "Xvfb :1 &") > + (setenv "DISPLAY" ":1") > + #t)) Does it? (setenv "QT_QPA_PLATFORM" "offscreen") is not enough?