From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] gnu: python: Add i3-quickswitch. Date: Mon, 19 Sep 2016 17:39:51 -0400 Message-ID: <20160919213951.GC10174@jasmine> References: <20160914091229.GA14555@sax.terramar.selidor.net> <20160914091724.GG5711@sax.terramar.selidor.net> <20160916054637.GB14289@jasmine> <20160919092402.GB6601@sax.terramar.selidor.net> <20160919092809.GC6601@sax.terramar.selidor.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm6IG-0002cA-32 for guix-devel@gnu.org; Mon, 19 Sep 2016 17:40:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm6IB-0006fo-VI for guix-devel@gnu.org; Mon, 19 Sep 2016 17:40:03 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:39538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm6IA-0006bW-PR for guix-devel@gnu.org; Mon, 19 Sep 2016 17:39:59 -0400 Content-Disposition: inline In-Reply-To: <20160919092809.GC6601@sax.terramar.selidor.net> 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: Ivan Vilata i Balaguer Cc: guix-devel@gnu.org On Mon, Sep 19, 2016 at 11:28:09AM +0200, Ivan Vilata i Balaguer wrote: > Ivan Vilata i Balaguer (2016-09-19 11:24:02 +0200) wrote: > > > Thanks Leo and Brendan for your comments, I'm writing new versions of > > the packages following your suggestions, unfortunately I found out > > that ``quickswitch.py`` makes use of the Debian-specific ``which`` > > tool, so I'm also working on including a small patch (which I've also > > [reported][1] for completeness). More things to learn!`;)` > > > > [1]: https://github.com/proxypoke/quickswitch-for-i3/pull/28 > > BTW, I'm considering whether I should keep ``python-i3-py`` and > ``quickswitch-for-i3`` in ``(gnu packages python)`` or I should rather > move them to ``(gnu packages wm)``, since their sole use is strongly > bound to the i3 window manager. Any suggestions? I think it makes sense to put them in (gnu packages wm).