Comment 24 for bug 505107

Revision history for this message
Krzysztof Kosinski (tweenk) wrote : Re: [Bug 505107] Re: [Win32] Inkscape cannot find its resources (e.g. icons) when run from an Unicode directory

> @Krzysztof - can't you move all of the changes you made for win32 into
> '#ifdef WIN32' sections so that they are not seen when building on other
> platforms?

I did just that. Otherwise you would get build failures.

> This regression (not fixed in r9252) has broken all extensions I install
> into '~/.config/inkscape/extensions' for testing purposes;

Try 9257, I noticed a slight functional difference between my code and
what was there previously and it might be that Python doesn't like it
when the last character in PYTHONPATH is a searchpath separator.