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, 26 Nov 2018 10:00:37 +0100 Message-ID: <87bm6cb4cq.fsf@inria.fr> References: <8736sa2vcm.fsf@inria.fr> <20181109160321.3346add3@mykolab.com> <87a7mepuxl.fsf@inria.fr> <87y39huo9x.fsf@gnu.org> <20181126093711.77fbd92c@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]:35039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRClQ-0000I4-1v for bug-guix@gnu.org; Mon, 26 Nov 2018 04:01:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRClM-0004x3-15 for bug-guix@gnu.org; Mon, 26 Nov 2018 04:01:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gRClK-0004uy-4x for bug-guix@gnu.org; Mon, 26 Nov 2018 04:01:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gRClJ-0000k5-QI for bug-guix@gnu.org; Mon, 26 Nov 2018 04:01:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20181126093711.77fbd92c@mykolab.com> (Rutger Helling's message of "Mon, 26 Nov 2018 09:37:11 +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: > apologies for the delayed reaction, I've been quite busy. Oddly enough > the commands seem to work fine on GuixSD. Can you maybe tell me what > distro you're using? I=E2=80=99m using GuixSD. :-) If we use =E2=80=98-C=E2=80=99 instead of =E2=80=98--pure=E2=80=99, we shou= ld both get the same result: --8<---------------cut here---------------start------------->8--- $ guix environment --ad-hoc xpra -C=20 [env]# xpra start :100 Warning: Xorg binary not found, assuming the wrapper is needed! Warning: running as root [env]# Entering daemon mode; any further errors will be reported to: /tmp/:100.log [env]# xpra list Warning: Xorg binary not found, assuming the wrapper is needed! Warning: running as root Found the following xpra sessions: /home/ludo/.xpra: UNKNOWN session at :100 Re-probing unknown sessions in: /home/ludo/.xpra UNKNOWN session at :100 (cleaned up) [env]#=20 [env]# xpra list Warning: Xorg binary not found, assuming the wrapper is needed! Warning: running as root No xpra sessions found --8<---------------cut here---------------end--------------->8--- Same for you? Thanks for your feedback, Ludo=E2=80=99.