From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Adding .xsession to guile-wm Date: Tue, 13 Sep 2016 14:04:39 +0200 Message-ID: <87oa3s57l4.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjmSE-0007qR-MK for guix-devel@gnu.org; Tue, 13 Sep 2016 08:04:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjmSB-00087X-9M for guix-devel@gnu.org; Tue, 13 Sep 2016 08:04:46 -0400 In-Reply-To: (Alex ter Weele's message of "Sun, 11 Sep 2016 23:01:56 -0400") 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: Alex ter Weele Cc: guix-devel@gnu.org Alex ter Weele skribis: > From 91f74b1b762596527dfa9412c33e39981932fa70 Mon Sep 17 00:00:00 2001 > From: Alex ter Weele > Date: Sun, 11 Sep 2016 22:18:53 -0400 > Subject: [PATCH] Adding .xsession to guile-wm > > --- > gnu/packages/guile-wm.scm | 25 +++++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) I agree with David that it would be good to talk to the upstream developer so that the .desktop file is distributed by upstream eventually. Could you try to reach them? In the meantime, it=E2=80=99s fine to add such a file in Guix. I pushed the patch as 23de5cbd1487747a2d690ee3ac7630142a7eaeb8. I added a copyright line for you, added a ChangeLog-style commit log, and reindented =E2=80=98arguments=E2=80=99 for clarity. Thanks to your patch, I discovered this: --8<---------------cut here---------------start------------->8--- scheme@(guile-user)> ,use(ice-9 format) scheme@(guile-user)> (format #f "foo~@\nbar") $2 =3D "foo\nbar" scheme@(guile-user)> (format #f "foo~@\n bar") $3 =3D "foo\nbar" --8<---------------cut here---------------end--------------->8--- :-) Thanks! Ludo=E2=80=99.