Unable to read keys file /usr/local/share/inkscape/keys/default.xml

Hi,
When starting the latest and greatest Inkscape (compiled from SVN) I get this:
** (inkscape:6280): CRITICAL **: Inkscape::XML::Document* sp_repr_read_file(const gchar*, const gchar*): assertion `Inkscape::IO::file_test( filename, G_FILE_TEST_EXISTS )' failed
** (inkscape:6280): WARNING **: Unable to read keys file /usr/local/share/inkscape/keys/default.xml
My keys are located however in /home/diedenrezi/eclipse_workspace/trunk/share/keys/default.xml
What's causing this? I've recently reinstalled Fedora on my pc; did I configure something incorrectly? I've got v0.45.1 from the Red Hat repos installed in parallel, are these conflicting? This used to be working nicely before the reinstall...
Thanks,
Diederik

Diederik van Lierop wrote:
** (inkscape:6280): WARNING **: Unable to read keys file /usr/local/share/inkscape/keys/default.xml
Just in case anyone else runs into this:
Apparently inkscape is looking in /usr/local/share/..., whereas the requested files are in /usr/share/...
Diederik

On Wed, 22 Aug 2007 22:55:46 +0200, Diederik van Lierop <mail@...1689...> wrote:
Apparently inkscape is looking in /usr/local/share/..., whereas the requested files are in /usr/share/...
Perhaps you are running a local build that hasn't been 'make install'ed? It will look for those files at whatever prefix you gave to ./configure (which defaults to /usr/local rather than /usr). In that case, the files in /usr/share are probably from a distribution package of Inkscape.
-mental

MenTaLguY wrote:
Perhaps you are running a local build that hasn't been 'make install'ed? It will look for those files at whatever prefix you gave to ./configure (which defaults to /usr/local rather than /usr). In that case, the files in /usr/share are probably from a distribution package of Inkscape.
-mental
I think you're spot on! Thanks for clarifying this. I'm not very familiar (yet?) with all the configure and make scripts.
Diederik
participants (2)
-
Diederik van Lierop
-
MenTaLguY