From mboxrd@z Thu Jan 1 00:00:00 1970 From: rennes@openmailbox.org Subject: Re: GNOME Settings Schemas - How are they searched =?UTF-8?Q?for=3F?= Date: Sun, 23 Oct 2016 14:02:52 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1byO30-0004Ll-V2 for guix-devel@gnu.org; Sun, 23 Oct 2016 15:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1byO2w-0004d6-KT for guix-devel@gnu.org; Sun, 23 Oct 2016 15:03:06 -0400 Received: from smtp4.openmailbox.org ([62.4.1.38]:45706) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1byO2w-0004cZ-D9 for guix-devel@gnu.org; Sun, 23 Oct 2016 15:03:02 -0400 Received: from www.openmailbox.org (unknown [10.91.130.51]) by mail2.openmailbox.org (Postfix) with ESMTP id 88492104357 for ; Sun, 23 Oct 2016 21:02:52 +0200 (CEST) In-Reply-To: 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" To: guix-devel@gnu.org Hello, I use gnumeric-1.12.31 on GNOME, and i don't have this problem. > I am hitting a similar problem with gnumeric. Install latest, open > spreadsheet, hit 'safe as' and you get: > > (gnumeric:1974): GLib-GIO-ERROR **: Settings schema > 'org.gtk.Settings.FileChooser' is not installed > > (bit annoying as some work got lost) but easy to reproduce. > > This issue suggests a solution: > > > http://stackoverflow.com/questions/9678301/can-not-use-gtk3-filechooser-on-mac-osx#9684626 > > i.e., the builder needs to run glib-compile-schemas [path to > org.gtk.Settings.FileChooser.gschema]. There is a compiled schema in > the path, but maybe not for FileChooser and others.