From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabian Harfert Subject: GSettings schemas Date: Thu, 11 Feb 2016 23:29:40 +0100 Message-ID: <20160211232940.68101278@alarmpi> 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]:42094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTzkA-0003y0-PX for guix-devel@gnu.org; Thu, 11 Feb 2016 17:29:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTzk7-00041L-Hc for guix-devel@gnu.org; Thu, 11 Feb 2016 17:29:46 -0500 Received: from mout.web.de ([212.227.15.3]:51953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTzk7-00041H-8P for guix-devel@gnu.org; Thu, 11 Feb 2016 17:29:43 -0500 Received: from alarmpi ([217.232.200.188]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0Lk8Ow-1ZtH5A0TGs-00c7Jz for ; Thu, 11 Feb 2016 23:29:42 +0100 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hi! Trying to use some successfully built packages I noticed that they fail to start because of missing installed GSettings schemas. When the profile is build, each package, that has a gschemas.compiled file in its share/glib-2.0/schemas/ directory overides the one of the last package so that lots of schemas are missing. I think it would be enough to just call 'glib-compile-schemas' with the profile output directory as an argument after all packages are in the profile, where their XML schema files live in share/glib-2.0/schemas/. That would generate one gschemas.compiled for all of them. WDYT? Fabian