I finally found a way of getting around the feared (gnumeric:1974): GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed
by setting XDG_DATA_DIRS before running a GTK tool (gnumeric, gnucash, some browsers): env XDG_DATA_DIRS=/usr/local/share:/usr/share ~/.guix-profile/bin/gnumeric This is on a Debian base distribution. Not sure what package is missing on Guix, but there appears to be a missing dependency. Pj. On Mon, Oct 24, 2016 at 06:32:56AM +0000, Pjotr Prins wrote: > I installed the same version on Guix on top of Debian - but I use > i3wm. No dbus - so maybe that is the root of the problem? > > Pj. > > On Sun, Oct 23, 2016 at 02:02:52PM -0500, ren...@openmailbox.org wrote: > > 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. > > > > -- > --