From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43860) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP9CB-0001d8-Rk for guix-patches@gnu.org; Thu, 16 Apr 2020 14:25:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP9CB-0005cJ-0Q for guix-patches@gnu.org; Thu, 16 Apr 2020 14:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56074) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP9CA-0005c3-KM for guix-patches@gnu.org; Thu, 16 Apr 2020 14:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP9CA-000164-Gh for guix-patches@gnu.org; Thu, 16 Apr 2020 14:25:02 -0400 Subject: [bug#40659] gnu: transmission: Fix icons for GUI. (v2) Resent-Message-ID: Date: Thu, 16 Apr 2020 14:24:19 -0400 From: Raghav Gururajan Message-ID: <20200416142419.21a0d521.raghavgururajan@disroot.org> In-Reply-To: <20200416173631.GA16843@jasmine.lan> References: <20200416090023.33a422bd.raghavgururajan@disroot.org> <20200416162105.GA17065@jasmine.lan> <20200416123523.09b46bbe.raghavgururajan@disroot.org> <20200416173631.GA16843@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Leo Famulari Cc: 40659@debbugs.gnu.org Hi Leo! > Okay, then I think we should stick with the status quo. We should only > add the icons as dependencies when necessary. Icons are something where > it's better to avoid a static binding, like the time zone database and > fonts. I understand. I think icons should be added as dependencies, when the program is looking for a 'specific' icon theme. If the situation is like, the program accepts any user-chosen/user-installed icon theme, then I think icons should not be added as dependency. But here, transmission is hard-coded to use adwaita icons. So it is a required dependecy and not optional dependency. :-) Regards, RG.