From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:53435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNZ7P-0004xd-KH for guix-patches@gnu.org; Mon, 06 May 2019 04:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNZ7O-0000DE-Nm for guix-patches@gnu.org; Mon, 06 May 2019 04:37:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42124) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNZ7O-0000D8-KA for guix-patches@gnu.org; Mon, 06 May 2019 04:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNZ7O-00052O-Fw for guix-patches@gnu.org; Mon, 06 May 2019 04:37:02 -0400 Subject: [bug#35493] [PATCH 1/3] gnu: slim: Allow customisation of Xorg display. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <871s1kad42.fsf@GlaDOS.home> <87zho88yh4.fsf@GlaDOS.home> Date: Mon, 06 May 2019 10:35:51 +0200 In-Reply-To: <87zho88yh4.fsf@GlaDOS.home> (Diego Nicola Barbato's message of "Mon, 29 Apr 2019 20:20:39 +0200") Message-ID: <87muk0m13s.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: Diego Nicola Barbato Cc: 35493@debbugs.gnu.org Hi Diego, Diego Nicola Barbato skribis: >>>From 7e7205e0f8d70a89a7ed4fd4844feb9b6a8d8567 Mon Sep 17 00:00:00 2001 > From: Diego Nicola Barbato > Date: Sun, 28 Apr 2019 14:48:47 +0200 > Subject: [PATCH 1/3] gnu: slim: Allow customisation of Xorg display. > > Previously SLiM could only start on display :0.0. This change makes it > possible to run multiple instances of SLiM at the same time. > > * gnu/packages/patches/slim-display.patch: New file. > * gnu/local.mk (dist_patch_DATA): Add it. > * gnu/packages/display-managers.scm (slim): Use it. [...] > +++ b/gnu/packages/patches/slim-display.patch > @@ -0,0 +1,75 @@ > +Add "display_name" configuration option and use its value instead of > +the hard coded one. > + > +Patch by Diego N. Barbato The patch LGTM. Just one question: did you submit it upstream (is there still an upstream?), and if so, could we add the URL of upstream=E2=80=99s tracking software or an indication about the submission? Thanks, Ludo=E2=80=99.