我正在尝试在 Inkscape 0.91 中安装 textext-0.4.4。我在 Ubuntu 15.04 上。
我对 Ubuntu 14.04 执行了相同的步骤,但是不起作用。
安装 Pstoedit 和 pdflatex
下载 textext-0.4.4。
搬进
LICENSE.txt
,,textext.inx
textext.py
~/.config/inkscape/extensions/
启动 inkscape
不幸的是,在扩展下我没有看到 Tex Text。
输出自ls -la ~/.config/inkscape/extensions/
total 96
drwxr-x--x 2 werty werty 4096 Jul 10 20:28 .
drwxr-x--x 7 werty werty 4096 Jul 10 12:46 ..
-rw-r----- 1 root root 1522 Jul 10 13:01 LICENSE.txt
-rw------- 1 root root 415 Jul 10 13:01 textext.inx
-rwxr-x--- 1 root root 32240 Jul 10 20:28 textext.py
-rwxr-x--- 1 root root 45867 Jul 10 20:28 textext.py~
输出自sudo ~/.config/inkscape/extensions/textext.py
Traceback (most recent call last):
File "/home/oftefs/.config/inkscape/extensions/textext.py", line 933, in <module>
e.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 262, in affect
self.svg_file = args[-1]
IndexError: list index out of range
有什么建议吗?
答案1
扩展仅可由 访问root
。通过 更正此访问权限
sudo chown $USER:$USER ~/.config/inkscape/extensions/*