From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ensyj-0006JS-R3 for guix-patches@gnu.org; Mon, 19 Feb 2018 16:28:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ensyf-0008RZ-TD for guix-patches@gnu.org; Mon, 19 Feb 2018 16:28:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:43848) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ensyf-0008RV-PI for guix-patches@gnu.org; Mon, 19 Feb 2018 16:28:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ensyf-0002u9-JQ for guix-patches@gnu.org; Mon, 19 Feb 2018 16:28:01 -0500 Subject: [bug#30497] [PATCH v2] services: slim: Make the logged-in session show up in "w". Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180217120022.696-1-dannym@scratchpost.org> <20180217163412.614-1-dannym@scratchpost.org> Date: Mon, 19 Feb 2018 22:27:48 +0100 In-Reply-To: <20180217163412.614-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Sat, 17 Feb 2018 17:34:12 +0100") Message-ID: <878tboekkr.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Danny Milosavljevic Cc: 30497@debbugs.gnu.org Danny Milosavljevic skribis: > * gnu/services/xorg.scm (slim-shepherd-service): Use SESSREG to register = X11 > session. Please mention the new field in , and also add it to doc/guix.texi. If you=E2=80=99ve confirmed that it works for you, OK for master. Thank you! Ludo=E2=80=99.