Comment 5 for bug 165761

Revision history for this message
Bryce Harrington (bryce) wrote :

There is a different issue now.

After doing:
    rm -rf /usr/local/lib/inkscape
    rm -rf /usr/local/share/inkscape
    rm -rf /usr/lib/inkscape
    rm -rf /usr/share/inkscape

and then installing via autopackage, these dirs exist:

    /usr/lib/inkscape
    /usr/share/inkscape

however when Inkscape is started up, it cannot locate its icons. Doing
this resolves the issue, however:

    ln -s /usr/lib/inkscape /usr/local/lib/inkscape
    ln -s /usr/share/inkscape /usr/local/share/inkscape