On 02/27/09 12:29, Cameron Simpson wrote:

It's possible that the brackets are not sufficiently escaped; it depends what
is happening to that string on its way to the shell.
Has this worked in the past, or is this a new setup?

I think it was working OK with Firefox 2.0

The next step is to do this by hand at a shell prompt.
Try typing:

 firefox -remote openURL\(www.mutt.org,new-tab\)

and see if that works. If it doesn't, that has to be fixed before
urlview is worth examining.

firefox -remote openURL\(www.mutt.org,new-tab\)
Error: Failed to send command: 500 command not parseable

but:
firefox -remote 'openURL(http://www.mutt.org,new-tab)'
works

firefox -remote openURL('http://www.cskk.ezoshosting.com/cs/',new-tab)...
sh: -c: line 0: syntax error near unexpected token `('

It seems like it doesn't like the single '' between in URL

--
#Joseph
GPG KeyID: ED0E1FB7

Reply via email to