Hi,
I started using nix about two weeks ago.
I installed nix on a centos 7 system.
I found the application ‘gramps’ packaged and installed it.
It’s encouraging that it starts.
I am now attempting to use the ‘import’ function of the Gramps application and I trigger a “trace/breakpoint trap”.
The message from the console suggests that parts of the graphics components (GTK file chooser) does not match what the application expects - missing key show-type-column.
I paste below the console messages. How do I go about troubleshooting this?
Is it easy to get the development environment from the nix derivation for the package that I see in github at nixpkgs/default.nix at 9203abb2045f0840487b190ff9bfb2fb67f3dcc6 · NixOS/nixpkgs · GitHub ?
Thanks
$ gramps
/nix/store/nsx6l4gyxazw0y89w05864ajw6n4wb8p-gramps-5.0.1/lib/python3.8/site-packages/gramps/gen/plug/_pluginreg.py:1105: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if PluginRegister.__instance is not 1:
/nix/store/nsx6l4gyxazw0y89w05864ajw6n4wb8p-gramps-5.0.1/lib/python3.8/site-packages/gramps/gen/plug/_manager.py:85: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if BasePluginManager.__instance is not 1:
(.gramps-wrapped:8793): Gtk-WARNING **: 21:57:22.595: Locale not supported by C library.
Using the fallback 'C' locale.
/nix/store/nsx6l4gyxazw0y89w05864ajw6n4wb8p-gramps-5.0.1/lib/python3.8/site-packages/gramps/gui/pluginmanager.py:74: SyntaxWarning: "is not" with a literal. Did you mean "!="?
if GuiPluginManager.__instance is not 1:
Gtk-Message: 21:57:23.309: Failed to load module "pk-gtk-module"
Gtk-Message: 21:57:23.309: Failed to load module "canberra-gtk-module"
/nix/store/nsx6l4gyxazw0y89w05864ajw6n4wb8p-gramps-5.0.1/lib/python3.8/site-packages/gramps/plugins/lib/maps/messagelayer.py:112: SyntaxWarning: "is not" with a literal. Did you mean "!="?
self.message += "\n%s" % message if self.message is not "" else message
/nix/store/z69j718kmm2a3mwxskrh6cn91qnq7c6f-python3.8-pygobject-3.36.0/lib/python3.8/site-packages/gi/overrides/__init__.py:319: Warning: getpwuid_r(): failed due to unknown user id (1006783)
return super_init_func(self, **new_kwargs)
(.gramps-wrapped:8793): GLib-GIO-ERROR **: 21:57:34.221: Settings schema 'org.gtk.Settings.FileChooser' does not contain a key named 'show-type-column'
Trace/breakpoint trap