From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/1] gnu: transmission-gtk: Add icon dependencies. Date: Fri, 22 Jan 2016 18:15:11 +0100 Message-ID: <8737tp4jts.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]:40654) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMfIr-0005oI-S9 for guix-devel@gnu.org; Fri, 22 Jan 2016 12:15:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMfIn-000227-Rg for guix-devel@gnu.org; Fri, 22 Jan 2016 12:15:17 -0500 In-Reply-To: (Leo Famulari's message of "Wed, 20 Jan 2016 05:02:45 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari skribis: > * gnu/packages/bittorrent.scm (transmission)[inputs]: Add > adwaita-icon-theme and hicolor-icon-theme. I don=E2=80=99t think we should take that route, because we would end up do= ing that for each and every GTK+ package. However, we could: 1. On GuixSD, arrange so that these two things are automatically installed as part of %desktop-services. 2. Augment =E2=80=9CApplication Setup=E2=80=9D to suggest installing icon= theme when using Guix on foreign distros. WDYT? Ludo=E2=80=99.