owickstrom / gi-gtk-declarative

Declarative GTK+ programming in Haskell
https://owickstrom.github.io/gi-gtk-declarative/
288 stars 35 forks source link

Fail to run FileChooserButton on nix #17

Closed locallycompact closed 5 years ago

locallycompact commented 6 years ago

I'm new to nix so I don't know what I'm doing exactly, but if I nix-build and then try to run the ./result/bin/example FileChooserButton I get the following error:

lc@sunwell ~/S/g/o/gi-gtk-declarative> ./result/bin/example FileChooserButton

(example:8360): GLib-GIO-ERROR **: 13:45:32.533: Settings schema 'org.gtk.Settings.FileChooser' is not installed

fish: “./result/bin/example FileChoose…” terminated by signal SIGTRAP (Trace or breakpoint trap)
owickstrom commented 5 years ago

I haven't seen this before, sorry. No idea. :confused:

owickstrom commented 5 years ago

There could be something weird with FileChooserNative, but I'm not sure.

owickstrom commented 5 years ago

I'm closing this due to inactivity, but if someone hits it again or has any input, we can reopen.