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: Tue, 19 Dec 2017 18:13:38 +0100 Message-ID: <20171219181338.4d1f33d3@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=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eRLT2-0002GR-K7 for bug-guix@gnu.org; Tue, 19 Dec 2017 12:14:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eRLSs-0003sV-P0 for bug-guix@gnu.org; Tue, 19 Dec 2017 12:14:12 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:33885) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eRLSs-0003s4-HF for bug-guix@gnu.org; Tue, 19 Dec 2017 12:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eRLSs-0001gb-54 for bug-guix@gnu.org; Tue, 19 Dec 2017 12:14:02 -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 Hi Ludo, On Tue, 19 Dec 2017 11:04:30 +0100 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Danny Milosavljevic skribis: >=20 > > From b31ad22a3b618dbebfc209887b3383a7ce8210b8 Mon Sep 17 00:00:00 2001 > > From: Danny Milosavljevic > > Date: Tue, 19 Dec 2017 10:45:15 +0100 > > Subject: [PATCH] gnu: xfce4-session: Disable (duplicate) Gtk+ icon cache > > generation. > > Tags: patch > > > > * gnu/packages/xfce.scm (xfce4-session)[arguments]: Add make-flags to d= isable > > Gtk+ icon cache generation. =20 >=20 > LGTM. Pushed. > I wonder if we could do that in a cross-cutting fashion, perhaps in > =E2=80=98glib-or-gtk-build-system=E2=80=99? I think it's not possible. The Makefile.am this variable is in is source an= d not generated - as far as I know. We could have a phase in glib-or-gtk-build-system which at least checks tha= t the cache files are not in the installed files of the package in the end.