From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludovic.courtes@inria.fr (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33325: xpra doesn't work out-of-the-box (implicit dependencies) Date: Mon, 12 Nov 2018 09:21:58 +0100 Message-ID: <87a7mepuxl.fsf@inria.fr> References: <8736sa2vcm.fsf@inria.fr> <20181109160321.3346add3@mykolab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gM7Uy-0003hv-Ia for bug-guix@gnu.org; Mon, 12 Nov 2018 03:23:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gM7Us-0004ht-Od for bug-guix@gnu.org; Mon, 12 Nov 2018 03:23:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42783) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gM7Us-0004hZ-DN for bug-guix@gnu.org; Mon, 12 Nov 2018 03:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gM7Ur-00008L-W7 for bug-guix@gnu.org; Mon, 12 Nov 2018 03:23:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181109160321.3346add3@mykolab.com> (Rutger Helling's message of "Fri, 9 Nov 2018 16:03:21 +0100") 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: Rutger Helling Cc: 33325@debbugs.gnu.org Hi Rutger, Rutger Helling skribis: > Does the :100 server show up when you do 'xpra list' after the command? Nope: --8<---------------cut here---------------start------------->8--- $ guix environment --ad-hoc xpra --pure [env]$ xpra start :100 Warning: Xorg binary not found, assuming the wrapper is needed! ludo@ribbon ~/src/guix [env]$ Entering daemon mode; any further errors will= be reported to: /run/user/1000/xpra/:100.log [env]$ xpra list Warning: Xorg binary not found, assuming the wrapper is needed! No xpra sessions found --8<---------------cut here---------------end--------------->8--- I believe the problem should be reproducible in a =E2=80=98--pure=E2=80=99 = environment. Perhaps the missing Python modules mentioned in the log are the root cause? Thanks, Ludo=E2=80=99.