Your message dated Fri, 29 Jun 2007 11:05:21 -0400
with message-id <[EMAIL PROTECTED]>
and subject line BROWSER handling
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: debianutils
Version: 2.11.2
sensible-browser does not appear to handle the BROWSER variable
correctly :-(
For example, with Eric Raymond's example:
BROWSER='mozilla -raise -remote "openURL(%s,new-window)":links'
because the command will be split and not handed to /bin/sh, mozilla
will receive the arguments (C syntax):
argv[0] = "-raise"
argv[1] = "-remote"
argv[2] = "\"openURL(http://www.blah.org/,new-window)\""
argv[3] = NULL
Unfortunately, the embedded quotes in argv[2] cause mozilla to fail.
My suggested solution to this is to replace sensible-browser with an
appropriate modification of David Wheeler's browse script, along with
his "Secure BROWSER" modification of Eric Raymond's BROWSER variable,
all available from http://www.dwheeler.com/browse/, with BROWSE under
a DFSG license, but the specs not yet.
Julian
--- End Message ---
--- Begin Message ---
Version: 2.22
Please reopen if the sensible-browser in debianutils 2.22 does not solve
this issue.
--- End Message ---