From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex ter Weele Subject: Re: [PATCH] Adding .xsession to guile-wm Date: Tue, 13 Sep 2016 21:40:34 -0400 Message-ID: <87wpif2r8t.fsf@loki.i-did-not-set--mail-host-address--so-tickle-me> References: <87oa3s57l4.fsf@gnu.org> 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]:52456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjzDH-0001v8-H5 for guix-devel@gnu.org; Tue, 13 Sep 2016 21:42:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjzDB-0001kR-I0 for guix-devel@gnu.org; Tue, 13 Sep 2016 21:42:10 -0400 In-Reply-To: <87oa3s57l4.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s writes: > 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? There are improvements I want to make to guile-wm itself, so I plan on talking to upstream about this and other things. > 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. Thank you, I will note your changes and try to do likewise in my next patch. > 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--- > > :-) I discovered this from wm.scm, which is where I adapted the patch from =E2= =98=BA. -Alex