From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59473) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7Uj-00084g-1r for guix-patches@gnu.org; Thu, 16 Apr 2020 12:36:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7Ui-00080q-0Q for guix-patches@gnu.org; Thu, 16 Apr 2020 12:36:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55936) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP7Ug-0007zM-0c for guix-patches@gnu.org; Thu, 16 Apr 2020 12:36:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP7Uf-0004fv-UJ for guix-patches@gnu.org; Thu, 16 Apr 2020 12:36:01 -0400 Subject: [bug#40659] gnu: transmission: Fix icons for GUI. (v2) Resent-Message-ID: Date: Thu, 16 Apr 2020 12:35:23 -0400 From: Raghav Gururajan Message-ID: <20200416123523.09b46bbe.raghavgururajan@disroot.org> In-Reply-To: <20200416162105.GA17065@jasmine.lan> References: <20200416090023.33a422bd.raghavgururajan@disroot.org> <20200416162105.GA17065@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! > In general, we let users install the icons into their profiles rather > than propagating them. > > Does Transmission work for you if you do that? Yes, it works. Anyway, propagation is not reuired. Just as inputs works. Looks like missing input. I have attached revised patch with this email. Regards, RG.