
10 Jun
2006
10 Jun
'06
11:36 p.m.
On Jun 10, 2006, at 2:46 PM, David Christian Berg wrote:
What I get is:
** (inkscape:29395): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(con st gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_T EST_EXISTS )' failed
** (inkscape:29395): WARNING **: Unable to read keys file ${datarootdir}/inkscap e/keys/default.xml
** (inkscape:29395): WARNING **: failed to load icon 'file_import'
...
All the other icons to come after that.
I guess it's easy to fix, but how?
The first thing would be to run in gdb with inkscape fed the --g- fatal-warnings option. That should get it to stop at that first critical warning, and let you see what the filename it's trying to open is.