From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hOSw7-0001Gt-PD for guix-patches@gnu.org; Wed, 08 May 2019 16:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hOSw5-0004AV-SV for guix-patches@gnu.org; Wed, 08 May 2019 16:13:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48816) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hOSw2-00048q-6H for guix-patches@gnu.org; Wed, 08 May 2019 16:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hOSw1-0005CH-Ra for guix-patches@gnu.org; Wed, 08 May 2019 16:13:01 -0400 Subject: [bug#35493] [PATCH 1/3] gnu: slim: Allow customisation of Xorg display. Resent-Message-ID: From: Diego Nicola Barbato References: <871s1kad42.fsf@GlaDOS.home> <87zho88yh4.fsf@GlaDOS.home> <87muk0m13s.fsf@gnu.org> <874l67rf8o.fsf@GlaDOS.home> <87woj25pxy.fsf@gnu.org> <87tve6orqb.fsf@GlaDOS.home> <87v9ylz1bd.fsf@gnu.org> Date: Wed, 08 May 2019 22:12:01 +0200 In-Reply-To: <87v9ylz1bd.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 08 May 2019 12:29:42 +0200") Message-ID: <87mujwpuy6.fsf@GlaDOS.home> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35493@debbugs.gnu.org Hello, Ludovic Court=C3=A8s writes: > Hi, > > Diego Nicola Barbato skribis: > >> Ludovic Court=C3=A8s writes: > > [...] > >>> Perhaps a simple fix is, when there=E2=80=99s only one server launched,= to have >>> the Shepherd service provide both =E2=80=98xorg-server-vtN=E2=80=99 and= =E2=80=98xorg-server=E2=80=99. >>> Or to special-case vt7 such that the service for vt7 provides both >>> =E2=80=98xorg-server=E2=80=99 and =E2=80=98xorg-server-vt7=E2=80=99. >>> >>> Thoughts? >> >> How about changing the default value of vt to #f and having the Shepherd >> service provide =E2=80=98xorg-server-vtN=E2=80=99 only if vt is set to "= vtN" and >> =E2=80=98xorg-server=E2=80=99 otherwise. That way the name of the defau= lt Shepherd >> service would not change. > > I think I would prefer special-casing vt7, as shown below. That way the > =E2=80=98vt=E2=80=99 field would always be a string, which looks more con= sistent to me. > > Thoughts? I have no strong feelings either way. If it is OK that 'herd status' displays 'xorg-server-vt7' instead of 'xorg-server' we can go for the special-casing approach. Regards, Diego