如何将 Inkstitch 与 Inkscape 结合使用?

如何将 Inkstitch 与 Inkscape 结合使用?

我是新手。我该如何打开“inkstitch”?两周来,我尝试安装/重新安装 Inkscape 和 Inkstitch。(Ubuntu 21.10)我能够找到用户扩展和下载的文件图标,但没有“安装 Inkstitch 扩展”。

答案1

您很可能正在使用 inkscape 的 snap 版本,它与 inkstitch 等扩展不兼容。

首先,用 apt 替换 snap 版本。

sudo snap remove inkscape
sudo apt install inkscape

对于 Ubuntu 20.04,你需要使用官方Inkscape PPA

sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update
sudo apt install inkscape
sudo apt dist-upgrade

然后,安装inkstitch

wget https://github.com/inkstitch/inkstitch/releases/latest/download/inkstitch_2.1.2_amd64.deb
sudo apt install ./inkstitch_2.1.2_amd64.deb

现在 Ink/Stitch 出现在Extensions -> Ink/Stitch

墨迹绣

相关内容