On Fri, Jul 20, 2007 at 07:17:29PM +0100, Julian Gilbey wrote: > I tried the following, exactly as in the original bug report, with 2.22.1: > > burnside:~ $ BROWSER='firefox -raise -remote "openURL(%s,new-window)":links' > sensible-browser http://www.debian.org/ > Error: Failed to send command: 500 command not parseable > > So the same error is still present.
You are correct. The double quotes are passed verbatim to firefox. I assume from the example at http://www.catb.org/~esr/BROWSER/ that they're supposed to be elided by passing the entire string to 'sh -c', which is unfortunate. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

