Re: [PATCH] fluxbox window manager

2016-03-15 Thread Eric Bavier
On 2016-03-11 03:19, Danny Milosavljevic wrote: I went ahead and made the above changes in the attached patch. Please let me know if the copyright line and git author are appropriate. Yes. This was pushed as 0ede252b6672f8df65754a0859e295797660 Thanks! -- `~Eric

Re: [PATCH] fluxbox window manager

2016-03-11 Thread Danny Milosavljevic
> I went ahead and made the above changes in the attached patch. Please let me > know if the copyright line and git author are appropriate. Yes.

Re: [PATCH] fluxbox window manager

2016-02-27 Thread Eric Bavier
On Tue, 23 Feb 2016 16:29:44 -0600 Eric Bavier wrote: > On Fri, 19 Feb 2016 20:54:22 +0100 > Danny Milosavljevic wrote: > > > Hi, > > > > On Fri, 19 Feb 2016 08:20:21 -0600 > > Eric Bavier wrote: > > > > > This new package should rather go in gnu/packages/wm.scm. > > > > I'd like to d

Re: [PATCH] fluxbox window manager

2016-02-23 Thread Eric Bavier
On Fri, 19 Feb 2016 20:54:22 +0100 Danny Milosavljevic wrote: > Hi, > > On Fri, 19 Feb 2016 08:20:21 -0600 > Eric Bavier wrote: > > > This new package should rather go in gnu/packages/wm.scm. > > I'd like to do that but it doesn't work. If I put the package name "fluxbox" > into /etc/confi

Re: [PATCH] fluxbox window manager

2016-02-19 Thread Danny Milosavljevic
Hi, On Fri, 19 Feb 2016 08:20:21 -0600 Eric Bavier wrote: > This new package should rather go in gnu/packages/wm.scm. I'd like to do that but it doesn't work. If I put the package name "fluxbox" into /etc/config.scm and import "wm" there, it will complain that it doesn't know "fluxbox". Works

Re: [PATCH] fluxbox window manager

2016-02-19 Thread Eric Bavier
On Thu, 18 Feb 2016 23:17:12 +0100 Danny Milosavljevic wrote: > Then a new file "gnu/packages/fluxbox.scm": This new package should rather go in gnu/packages/wm.scm. > ;;; GNU Guix --- Functional package management for GNU > ;;; Copyright © 2014 Julien Lepiller > ;;; Copyright © 2016 Efraim Fl

Re: [PATCH] fluxbox window manager

2016-02-18 Thread Leo Famulari
On Fri, Feb 19, 2016 at 12:31:50AM +0100, Danny Milosavljevic wrote: > Hi, > > On Thu, 18 Feb 2016 18:22:41 -0500 > Leo Famulari wrote: > > > What are you trying to achieve here? > > I'm trying to get fluxbox to show up in the session manager. Therefore, I > added fluxbox to the operating-sys

Re: [PATCH] fluxbox window manager

2016-02-18 Thread Danny Milosavljevic
Hi, On Thu, 18 Feb 2016 18:22:41 -0500 Leo Famulari wrote: > What are you trying to achieve here? I'm trying to get fluxbox to show up in the session manager. Therefore, I added fluxbox to the operating-system packages. If I guix system reconfigure outside the pre-inst-env, it will complain

Re: [PATCH] fluxbox window manager

2016-02-18 Thread Leo Famulari
On Thu, Feb 18, 2016 at 11:17:12PM +0100, Danny Milosavljevic wrote: > Hi, > > first a few questions: > - How do I specify MIT license? "MIT" is ambiguous. The x11 and expat licenses are commonly called "MIT" so you must see which it is. > - Is it safe to do > $ ./pre-inst-env guix enviro

[PATCH] fluxbox window manager

2016-02-18 Thread Danny Milosavljevic
Hi, first a few questions: - How do I specify MIT license? - Is it safe to do $ ./pre-inst-env guix environment guix $ guix system reconfigure /etc/config.scm in GuixSD in a git guix checkout? As a regular user or as root? If as root, how exactly? - It is possible to install git gu