From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hNbqn-0000wb-6Q for guix-patches@gnu.org; Mon, 06 May 2019 07:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hNbqk-0007Yj-I2 for guix-patches@gnu.org; Mon, 06 May 2019 07:32:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42262) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hNbqk-0007YQ-B3 for guix-patches@gnu.org; Mon, 06 May 2019 07:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hNbqj-0002wQ-VN for guix-patches@gnu.org; Mon, 06 May 2019 07:32:02 -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> Date: Mon, 06 May 2019 13:31:35 +0200 In-Reply-To: <87muk0m13s.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 06 May 2019 10:35:51 +0200") Message-ID: <874l67rf8o.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 Hi Ludo, Ludovic Court=C3=A8s writes: > 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? I did not submit it upstream (the most likely candidate seems to be this [0] even though it is not mentioned e.g. on the ArchWiki), since the general consensus seems to be that the project has been abandoned. Regards, Diego [0]: https://github.com/iwamatsu/slim