From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fM8qS-00061S-K5 for guix-patches@gnu.org; Fri, 25 May 2018 05:17:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fM8qN-00058J-R1 for guix-patches@gnu.org; Fri, 25 May 2018 05:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fM8qN-00058D-NL for guix-patches@gnu.org; Fri, 25 May 2018 05:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fM8qN-00036T-GJ for guix-patches@gnu.org; Fri, 25 May 2018 05:17:03 -0400 Subject: [bug#31462] [PATCH] profiles: Add hook to generate "gschemas.compiled". Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180515124917.1751-1-dannym@scratchpost.org> Date: Fri, 25 May 2018 11:16:30 +0200 In-Reply-To: <20180515124917.1751-1-dannym@scratchpost.org> (Danny Milosavljevic's message of "Tue, 15 May 2018 14:49:17 +0200") Message-ID: <8736yg5c41.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Danny Milosavljevic Cc: 31462@debbugs.gnu.org, 30642@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: > * guix/profiles.scm (glib-schemas): New procedure. > (%default-profile-hooks): Add it. I just tried: guix environment --ad-hoc libreoffice -- libreoffice which at some point shows: No schema files found: doing nothing. and it doesn=E2=80=99t fix the file open dialog crash reported at . Any idea? Thanks, Ludo=E2=80=99.