bulia byak wrote:
Ctrl+Shift+O also crashes with the same diagnostic:
** ERROR **: file preferences.cpp: line 482 (Inkscape::XML::Node* Inkscape::Preferences::_getNode(const Glib::ustring&, bool)): assertion failed: (pref_key.at(0) == '/')
The errors triggering the above assertion are unfortunately related to the refactoring. They are all caused by a path being specified somewhere in the old format (with dot separators). I deliberately introduced this assertion to catch all those places - otherwise bogus things would be written to prefs. I will fix the two bugs reported here today. If you encounter this assertion under different circumstances, reply in this thread. Attach a gdb backtrace or at least describe what you were doing (it should suffice).
Regarding the GConf backend: the XML file backend will always be present, and when GConf is not installed on the system the XML backend will be used instead of GConf. For the Windows version it won't even be compiled in.
Regards, Krzysztof Kosiński