
Hans Nieser wrote:
I used to be able to run two different version of Inkscape by installing the latest official release from Gentoo's portage, and getting the latest from SVN (just to see if any bugs or issues I want to report are perhaps already fixed) and specifying --prefix=/usr/development (for example) to the ./configure script before building, but it doesn't seem to work anymore. When I launch the svn version by running /usr/development/bin/inkscape it just gives en error dialog with "Inkscape encountered an internal error and will close now." and then quits, it also spits out a bunch of errors on the console:
** (inkscape:3509): WARNING **: failed to load icon 'file_import'
** (inkscape:3509): WARNING **: failed to load icon 'file_export'
(and a bunch more icon warnings)
I used the following commands to fetch, build, install and run inkscape:
$ svn co https://svn.sourceforge.net/svnroot/inkscape/inkscape/trunk inkscape $ cd inkscape $ ./autogen.sh $ ./configure --prefix=/usr/development $ make $ su # make install # exit $ /usr/development/bin/inkscape
All the errors about failing to load icons (and when Inkscape pops up with the error before closing does seem to show a rather empty UI) make me suspect it can't find the files etc. it needs that are installed under /usr/development.
On the other hand, the output from ./configure does indicate that it is actually using the prefix and all the files seem to be installed properly.
Did I do something wrong or did I check out at a bad time?
Hm, this seems to have been reported earlier. If I recall correctly the problem lies with your personal configuration directory (located in ~/.inkscape). Try to delete this folder (it will automatically be recreated) and see if it helps (backup first!).
An older thread about this (?) issue was "Icons still missing :(" opened by David Christian Berg at 10 June 2006. I don't know what has changed since then, but a look there might give good hints.
- Spyros Blanas