From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: bug#29076: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache generation Date: Wed, 27 Dec 2017 11:14:35 +0100 Message-ID: <20171227111435.67d997ed@scratchpost.org> References: <87inewwad6.fsf@gnu.org> <20171219103800.6ab54fbb@scratchpost.org> <20171219103917.4eeb4aa9@scratchpost.org> <20171219104815.675b044b@scratchpost.org> <87zi6f5901.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eU8jq-0000UH-OK for bug-guix@gnu.org; Wed, 27 Dec 2017 05:15:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eU8jm-0003GL-P1 for bug-guix@gnu.org; Wed, 27 Dec 2017 05:15:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44451) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eU8jm-0003Fv-Lj for bug-guix@gnu.org; Wed, 27 Dec 2017 05:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eU8jl-0005KJ-U2 for bug-guix@gnu.org; Wed, 27 Dec 2017 05:15:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zi6f5901.fsf@gnu.org> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29076@debbugs.gnu.org Hmm, after fixing up a lot of the places manually, apparently almost everyone is copying their Makefile.am from the same template. The variable name "gtk_update_icon_cache" is used *very* often. So I suggest fixing it once and for all after all. If the make variable "gtk_update_icon_cache" is unused after all and we then set it, it doesn't do anything anyway.