4

Bluefish Editor shows this error:

Failed to create a command for firefox -remote 'openURL(%p)' || firefox '%p'&.

Whenever I want to test my HTML code, I click to the browser button in Bluefish Editor.But it doesn't show any output on the Firefox.

My question is,how to create command for Firefox in order to test HTML code?

Avinash Raj
  • 80,446

1 Answers1

5

Go to "Tools"->"preferences"->"External Commands"/

First make sure firefox is listed.
You can then try changing it's command to firefox "%s" or if that doesn't work change it to firefox "%p"

Apply and try previewing the file via the browser.

source: http://ubuntuforums.org/showthread.php?t=1584013

Parto
  • 15,647