Package: inkscape Version: 0.40-2 Severity: normal Tags: patch When I try to import an ai file I get this on the console running inkscape:
$ sh: ill2svg.pl: command not found The appended patch (in analogy to other *.inx files) fixes this problem. BTW: ill2svg.pl needs perlmagick for image import, maybe inkscape should at least suggest that package. THX a lot for inkscape, it's a great tool! *** /home/twoflower/arthur/tmp/inkscape-patch --- /usr/share/inkscape/extensions/ai_input.inx.old 2005-02-05 15:59:01.000000000 +0100 +++ /usr/share/inkscape/extensions/ai_input.inx 2005-02-05 15:59:12.000000000 +0100 @@ -11,6 +11,6 @@ <output_extension>org.inkscape.output.ai</output_extension> </input> <script> - <command location="extensions">ill2svg.pl</command> + <command reldir="extensions">ill2svg.pl</command> </script> </inkscape-extension> -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (50, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.8-2-686 Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Versions of packages inkscape depends on: ii libatk1.0-0 1.8.0-4 The ATK accessibility toolkit ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libfontconfig1 2.2.3-4 generic font configuration library ii libfreetype6 2.1.7-2.3 FreeType 2 font engine, shared lib ii libgc1 1:6.3-1 Conservative garbage collector for ii libgcc1 1:3.4.3-7 GCC support library ii libglib2.0-0 2.6.1-2 The GLib library of C routines ii libglibmm-2.4-1 2.4.5-1 C++ wrapper for the GLib toolkit ( ii libgtk2.0-0 2.4.14-2 The GTK+ graphical user interface ii libgtkmm-2.4-1 2.4.8-1 C++ wrappers for GTK+ 2.4 (shared ii libpango1.0-0 1.6.0-3 Layout and rendering of internatio ii libpng12-0 1.2.8rel-1 PNG library - runtime ii libpopt0 1.7-5 lib for parsing cmdline parameters ii libsigc++-2.0-0 2.0.6-1 Type-safe Signal Framework for C++ ii libstdc++5 1:3.3.5-6 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li ii libxft2 2.1.2-6 FreeType-based font drawing librar ii libxml2 2.6.11-5 GNOME XML library ii libxrender1 0.8.3-7 X Rendering Extension client libra ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-4 compression library - runtime -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]