From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56895) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7H9-0004cv-EU for guix-patches@gnu.org; Thu, 16 Apr 2020 12:22:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7H8-0007Mi-EN for guix-patches@gnu.org; Thu, 16 Apr 2020 12:22:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55884) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP7H8-0007Mb-7n for guix-patches@gnu.org; Thu, 16 Apr 2020 12:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP7H8-0004G9-4i for guix-patches@gnu.org; Thu, 16 Apr 2020 12:22:02 -0400 Subject: [bug#40659] gnu: transmission: Fix icons for GUI. Resent-Message-ID: Date: Thu, 16 Apr 2020 12:21:05 -0400 From: Leo Famulari Message-ID: <20200416162105.GA17065@jasmine.lan> References: <20200416090023.33a422bd.raghavgururajan@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200416090023.33a422bd.raghavgururajan@disroot.org> 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: Raghav Gururajan Cc: 40659@debbugs.gnu.org > From 9ab623acb7f70a49f965202c475e18d70e9f8933 Mon Sep 17 00:00:00 2001 > From: Raghav Gururajan > Date: Thu, 16 Apr 2020 08:57:46 -0400 > Subject: [PATCH] gnu: transmission: Fix icons for GUI. > > * gnu/packages/bittorrent.scm (transmission): Fix icons for GUI. In general, we let users install the icons into their profiles rather than propagating them. Does Transmission work for you if you do that?