From mboxrd@z Thu Jan 1 00:00:00 1970 From: L p R n d n Subject: Re: [WIP] Lightdm service Date: Thu, 18 Apr 2019 15:28:43 +0200 Message-ID: <87muknwigk.fsf@lprndn.info> References: <87v9zcsne4.fsf@lprndn.info> <87v9zbwpug.fsf@lprndn.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:49967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hH5Df-0000Vv-Ks for guix-devel@gnu.org; Thu, 18 Apr 2019 07:28:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hH5Dd-0001Pa-IL for guix-devel@gnu.org; Thu, 18 Apr 2019 07:28:43 -0400 Received: from mout02.posteo.de ([185.67.36.142]:39537) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hH5Dd-0001Mk-9r for guix-devel@gnu.org; Thu, 18 Apr 2019 07:28:41 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 02B2F2400E6 for ; Thu, 18 Apr 2019 13:28:37 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 44lH113JPbz9rxN for ; Thu, 18 Apr 2019 13:28:37 +0200 (CEST) In-Reply-To: <87v9zbwpug.fsf@lprndn.info> (L. p. R. n. d. n.'s message of "Thu, 18 Apr 2019 12:49:11 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello again again, Just to tell you, the problem has been fixed. For information, to start a xsession, it needed a correct wrapper. 'xinitrc' located in gnu/services/xorg.scm seems to provide just that. Adding it to the lightdm.conf under 'session-wrapper' makes the magic happen! :D Have a nice day, L p R n d n