Re: [PATCH 3/3] emacs: Add "Source" field to 'guix-info' buffers.

2014-11-11 Thread Alex Kost
Ludovic Courtès (2014-11-11 22:57 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2014-11-11 02:29 +0300) wrote: [...] >>> There’s still the possibility that (1) the source is there, so no >>> “Download” button, (2) the source is GC’d, and (3) there’s still no >>> “Download” button and t

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread Felipe López
On 11/11/14 17:31, Andreas Enge wrote: > On Tue, Nov 11, 2014 at 10:19:03PM +0100, Ludovic Courtès wrote: >>> Here is a background image for login managers and desktops: >>> http://sirgazil.bitbucket.org/static/temp/img/guix/layers-16-10.png >> I like it! > > Me too! Glad to hear you like it too

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread Felipe López
On 11/11/14 17:43, David Thompson wrote: > Andreas Enge writes: > >> On Tue, Nov 11, 2014 at 10:19:03PM +0100, Ludovic Courtès wrote: >>> I was wondering whether it’d be relevant to add a logo somewhere, but >>> maybe not: it’s nice that it’s all “slick.” >> >> I wondered if I should bring it up

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread Felipe López
On 11/11/14 17:43, David Thompson wrote: > Andreas Enge writes: > >> On Tue, Nov 11, 2014 at 10:19:03PM +0100, Ludovic Courtès wrote: >>> I was wondering whether it’d be relevant to add a logo somewhere, but >>> maybe not: it’s nice that it’s all “slick.” >> >> I wondered if I should bring it up

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread David Thompson
Andreas Enge writes: > On Tue, Nov 11, 2014 at 10:19:03PM +0100, Ludovic Courtès wrote: >> I was wondering whether it’d be relevant to add a logo somewhere, but >> maybe not: it’s nice that it’s all “slick.” > > I wondered if I should bring it up ;-) It is nice to not have a logo on > the deskto

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread Andreas Enge
On Tue, Nov 11, 2014 at 10:19:03PM +0100, Ludovic Courtès wrote: > > Here is a background image for login managers and desktops: > > http://sirgazil.bitbucket.org/static/temp/img/guix/layers-16-10.png > I like it! Me too! > I was wondering whether it’d be relevant to add a logo somewhere, but > m

Re: New importer for GNU packages

2014-11-11 Thread Karl Berry
> It's unfortunate that the GNU project doesn't maintain certain metadata > such as the license for each project. To the best of my knowledge, the Directory is intended to have that information (and plenty of other things too), although I don't doubt that plenty of updates are needed. In

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread Ludovic Courtès
Felipe López skribis: > Here is a background image for login managers and desktops: > > http://sirgazil.bitbucket.org/static/temp/img/guix/layers-16-10.png I like it! I was wondering whether it’d be relevant to add a logo somewhere, but maybe not: it’s nice that it’s all “slick.” Thank you! L

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread Felipe López
On 11/11/14 15:27, David Thompson wrote: > Felipe López writes: > >> Hi, >> >> Here is a background image for login managers and desktops: >> >> http://sirgazil.bitbucket.org/static/temp/img/guix/layers-16-10.png >> >> Let me know what you think. > > I like it! Very simple and not distracting.

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread David Thompson
Felipe López writes: > Hi, > > Here is a background image for login managers and desktops: > > http://sirgazil.bitbucket.org/static/temp/img/guix/layers-16-10.png > > Let me know what you think. I like it! Very simple and not distracting. I like backgrounds that don't have any text, so this is

Re: [ART] Background image for login manager and desktop

2014-11-11 Thread Felipe López
Hi, Here is a background image for login managers and desktops: http://sirgazil.bitbucket.org/static/temp/img/guix/layers-16-10.png Let me know what you think. Best, -- Luis Felipe López Acevedo http://sirgazil.bitbucket.org/

Re: [PATCH 3/3] emacs: Add "Source" field to 'guix-info' buffers.

2014-11-11 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2014-11-11 02:29 +0300) wrote: > >> Alex Kost skribis: >> >>> Ludovic Courtès (2014-11-10 01:43 +0300) wrote: > > [...] > >> With the interface you propose, things might be slightly confusing: >> sometimes clicking on “Download” will do nothing (beca

Re: [PATCH 3/3] emacs: Add "Source" field to 'guix-info' buffers.

2014-11-11 Thread Alex Kost
Ludovic Courtès (2014-11-11 02:29 +0300) wrote: > Alex Kost skribis: > >> Ludovic Courtès (2014-11-10 01:43 +0300) wrote: [...] > With the interface you propose, things might be slightly confusing: > sometimes clicking on “Download” will do nothing (because the source is > already t

Re: New importer for GNU packages

2014-11-11 Thread Ludovic Courtès
David Thompson skribis: > It's unfortunate that the GNU project doesn't maintain certain metadata > such as the license for each project. It would be very convenient to > have! Definitely. In practice this information is now available in Guix, so hopefully that could be shared with others. Lu

Re: New importer for GNU packages

2014-11-11 Thread David Thompson
Ludovic Courtès writes: > Karl recently suggested that we add a semi-automatic tool to facilitate > the addition of GNU packages, and Andreas rightfully noted that we > already have most of the infrastructure for ‘guix refresh’ et al. Cool! [snip] > (package > (name "gforth") > (version "0.

New importer for GNU packages

2014-11-11 Thread Ludovic Courtès
Karl recently suggested that we add a semi-automatic tool to facilitate the addition of GNU packages, and Andreas rightfully noted that we already have most of the infrastructure for ‘guix refresh’ et al. Commit 7047133 adds that new command (will be in 0.8). Here’s a sample session: --8<---