Package: inkscape Followup-For: Bug #473032
Hi I'm not the maintainer of the package. I only testet to reproduce this bug but it does not seem to be the case. In /usr/lib/python2.5/webbrowser.py the "test" for x-www-browser. This python module is imported in the inkscape-0.46/share/extensions/webbrowser_* I cannot reproduce, that the menu entries for Manual does not start the right browser defined by /etc/alternatives/x-www-browser. When setting to iceweasel, strace says: ----(strace)---------------------------------------------------------- [pid 30473] stat64("x-www-browser", 0xbf8c6d58) = -1 ENOENT (No such file or directory) [pid 30473] stat64("/home/salvi/bin/x-www-browser", 0xbf8c6d58) = -1 ENOENT (No such file or directory) [pid 30473] stat64("/usr/local/bin/x-www-browser", 0xbf8c6d58) = -1 ENOENT (No such file or directory) [pid 30473] stat64("/usr/bin/x-www-browser", {st_mode=S_IFREG|0755, st_size=8402, ...}) = 0 [pid 30473] stat64("/usr/bin/x-www-browser", {st_mode=S_IFREG|0755, st_size=8402, ...}) = 0 [pid 30473] stat64("iceweasel", 0xbf8c6d58) = -1 ENOENT (No such file or directory) [pid 30473] stat64("/home/salvi/bin/iceweasel", 0xbf8c6d58) = -1 ENOENT (No such file or directory) [pid 30473] stat64("/usr/local/bin/iceweasel", 0xbf8c6d58) = -1 ENOENT (No such file or directory) [pid 30473] stat64("/usr/bin/iceweasel", {st_mode=S_IFREG|0755, st_size=8402, ...}) = 0 [pid 30473] stat64("/usr/bin/iceweasel", {st_mode=S_IFREG|0755, st_size=8402, ...}) = 0 [pid 30477] stat64("/usr/bin/x-www-browser", {st_mode=S_IFREG|0755, st_size=8402, ...}) = 0 [pid 30477] execve("/usr/bin/x-www-browser", ["/usr/bin/x-www-browser", "http://tavmjong.free.fr/INKSCAPE"...], [/* 3 8 vars */]) = 0 [pid 30477] open("/usr/bin/x-www-browser", O_RDONLY) = 3 [pid 30477] stat64("/etc/iceweasel/iceweaselrc", {st_mode=S_IFREG|0644, st_size=53, ...}) = 0 [pid 30477] open("/etc/iceweasel/iceweaselrc", O_RDONLY) = 3 [...] ---------------------------------------------------------------------- When setting to e.g. dillo, strace says: ----(snip)------------------------------------------------------------ [pid 30745] stat64("x-www-browser", 0xbf8494d8) = -1 ENOENT (No such file or directory) [pid 30745] stat64("/home/salvi/bin/x-www-browser", 0xbf8494d8) = -1 ENOENT (No such file or directory) [pid 30745] stat64("/usr/local/bin/x-www-browser", 0xbf8494d8) = -1 ENOENT (No such file or directory) [pid 30745] stat64("/usr/bin/x-www-browser", {st_mode=S_IFREG|0755, st_size=444780, ...}) = 0 [pid 30745] stat64("/usr/bin/x-www-browser", {st_mode=S_IFREG|0755, st_size=444780, ...}) = 0 [pid 30745] stat64("iceweasel", 0xbf8494d8) = -1 ENOENT (No such file or directory) [pid 30745] stat64("/home/salvi/bin/iceweasel", 0xbf8494d8) = -1 ENOENT (No such file or directory) [pid 30745] stat64("/usr/local/bin/iceweasel", 0xbf8494d8) = -1 ENOENT (No such file or directory) [pid 30745] stat64("/usr/bin/iceweasel", {st_mode=S_IFREG|0755, st_size=8402, ...}) = 0 [pid 30745] stat64("/usr/bin/iceweasel", {st_mode=S_IFREG|0755, st_size=8402, ...}) = 0 [pid 30749] stat64("/usr/bin/x-www-browser", {st_mode=S_IFREG|0755, st_size=444780, ...}) = 0 [pid 30749] execve("/usr/bin/x-www-browser", ["/usr/bin/x-www-browser", "http://tavmjong.free.fr/INKSCAPE"...], [/* 38 vars */]) = 0 [pid 30749] stat64("/home/salvi/.dillo", {st_mode=S_IFDIR|0700, st_size=75, ...}) = 0 [pid 30749] open("/home/salvi/.dillo/dillorc", O_RDONLY) = 4 [pid 30749] read(4, "# dillorc\n# Sample dillo initiali"..., 4000) = 4000 [pid 30749] open("/home/salvi/.dillo/cookiesrc", O_RDONLY <unfinished ...> [pid 30749] open("/home/salvi/.dillo/adblock.txt", O_RDWR) = 4 [pid 30749] write(1, "dillorc:102: unexpected string co"..., 125 <unfinished ...> [pid 30736] read(11, "dillorc:102: unexpected string co"..., 1024) = 125 [...] ---------------------------------------------------------------------- Can you still reproduce the bug with inkscape 0.46-3 and python2.5 2.5.2-14? Kind regards Salvatore Bonaccorso -- System Information: Debian Release: 5.0 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.27.4-1-t42 (PREEMPT) Locale: LANG=C, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages inkscape depends on: ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit ii libc6 2.7-16 GNU C Library: Shared libraries ii libcairo2 1.6.4-7 The Cairo 2D vector graphics libra ii libcairomm-1.0-1 1.6.4-1 C++ wrappers for Cairo (shared lib ii libfontconfig1 2.6.0-3 generic font configuration library ii libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib ii libgc1c2 1:6.8-1.2 conservative garbage collector for ii libgcc1 1:4.3.2-1 GCC support library ii libgconf2-4 2.22.0-1 GNOME configuration database syste ii libglib2.0-0 2.16.6-1 The GLib library of C routines ii libglibmm-2.4-1c2a 2.16.4-1 C++ wrapper for the GLib toolkit ( ii libgnomevfs2-0 1:2.22.0-5 GNOME Virtual File System (runtime ii libgtk2.0-0 2.12.11-4 The GTK+ graphical user interface ii libgtkmm-2.4-1c2a 1:2.12.7-1 C++ wrappers for GTK+ 2.4 (shared ii libgtkspell0 2.0.13-1+b1 a spell-checking addon for GTK's T ii liblcms1 1.17.dfsg-1 Color management library ii libmagick++10 7:6.3.7.9.dfsg1-3 C++ API to the ImageMagick library ii libmagick10 7:6.3.7.9.dfsg1-3 image manipulation library ii libpango1.0-0 1.20.5-3 Layout and rendering of internatio ii libpng12-0 1.2.27-2 PNG library - runtime ii libpoppler-glib3 0.8.7-1 PDF rendering library (GLib-based ii libpoppler3 0.8.7-1 PDF rendering library ii libpopt0 1.14-4 lib for parsing cmdline parameters ii libsigc++-2.0-0c2a 2.0.18-2 type-safe Signal Framework for C++ ii libssl0.9.8 0.9.8g-14 SSL shared libraries ii libstdc++6 4.3.2-1 The GNU Standard C++ Library v3 ii libwpd8c2a 0.8.14-1 Library for handling WordPerfect d ii libwpg-0.1-1 0.1.3-1 WordPerfect graphics import/conver ii libx11-6 2:1.1.5-2 X11 client-side library ii libxft2 2.1.12-3 FreeType-based font drawing librar ii libxml2 2.6.32.dfsg-5 GNOME XML library ii libxslt1.1 1.1.24-2 XSLT processing library - runtime ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime Versions of packages inkscape recommends: ii imagemagick 7:6.3.7.9.dfsg1-3 image manipulation programs ii libwmf-bin 0.2.8.4-6 Windows metafile conversion tools ii perlmagick 7:6.3.7.9.dfsg1-3 Perl interface to the libMagick gr ii pstoedit 3.45-4 PostScript and PDF files to editab Versions of packages inkscape suggests: pn dia | dia-gnome <none> (no description available) pn libxml-xql-perl <none> (no description available) ii python 2.5.2-3 An interactive high-level object-o pn python-lxml <none> (no description available) pn python-numpy <none> (no description available) ii ruby 4.2 An interpreter of object-oriented pn skencil <none> (no description available) pn ttf-bitstream-vera <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org