Package: iceweasel Version: 2.0.0.1+dfsg-1 It seems Iceweasel is not launching external applications for RSS subscription. Whatever application I'm trying it is not exec()ed.
I tried custom scripts (to see what was happening) and graphic application accepting any kind of argument (like xterm). None of them is launched by Iceweasel. I tried an "strace -p my-pid -f -o /dev/stdout | fgrep my-application" hoping to see an exec() or at least a stat() on the chosen application but there is no output. I tried an ltrace : ltrace -o /dev/stdout -p 3526 -f | fgrep xterm 3526 strcmp("/usr/bin/xterm", "/usr/bin/xterm") = 0 3526 strlen("xterm") = 5 3526 strlen("xterm") = 5 3526 strlen("xterm") = 5 3526 strlen("xterm") = 5 3526 strlen("xterm") = 5 3526 strlen("xterm") = 5 3526 strlen("xterm") = 5 I'm running on testing + iceweasel from unstable, ix86. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]