GNOME Bugzilla – Bug 605962
Use as a html editor - Browser preview doesn't work
Last modified: 2013-02-05 21:43:44 UTC
I have opened a html-file and will show this file as a preview in firefox. When I use the "world-Icon" or Browser Icon bluefish stop the process. best regards Jim
Hi, you can open bluefish with a terminal and copy the debug when you press the "World Icon", I think with you dont have configured your default browser for bluefish. Thank
hmmm... you use windows!, how can you see any mode the debug, but I sure dont have configurated your default browser.
(In reply to comment #2) > hmmm... you use windows!, how can you see any mode the debug, but I sure dont > have configurated your default browser. Hello Fabio, I find this command in bluefish : firefox -remote 'openURL(%p)' || firefox '%p'&. The Program path on my computer is C:/Program Files/Mozilla Firefox3/firefox.exe. Have you an idea? regards Jim
(In reply to comment #2) > hmmm... you use windows!, how can you see any mode the debug, but I sure dont > have configurated your default browser. I have test different settings, but bluefish stops operation. It helps only shutdown program bluefish with 'Strg&Alt+Del'. No idea, whats going wrong. regards Jim
(In reply to comment #3) > I find this command in bluefish : firefox -remote 'openURL(%p)' || firefox > '%p'&. > The Program path on my computer is C:/Program Files/Mozilla > Firefox3/firefox.exe. Replace 'firefox' in the command by 'C:/Program Files/Mozilla Firefox3/firefox.exe'. What I'm not sure about is, if the '||' construct works in Windows. I guess we need to use the registry under Windows to make this work. I will check the freeze later.
(In reply to comment #5) > (In reply to comment #3) > > I find this command in bluefish : firefox -remote 'openURL(%p)' || firefox > > '%p'&. > > The Program path on my computer is C:/Program Files/Mozilla > > Firefox3/firefox.exe. > > Replace 'firefox' in the command by 'C:/Program Files/Mozilla > Firefox3/firefox.exe'. What I'm not sure about is, if the '||' construct works > in Windows. I guess we need to use the registry under Windows to make this > work. > > I will check the freeze later. Sorry, it doesn't work with this path. Same behaviour, program hangup. Thanks for help! regards, Jim.
(In reply to comment #5) > > I find this command in bluefish : firefox -remote 'openURL(%p)' || firefox > > '%p'&. The "-remote" command line option no longer appears to be valid. Maybe we should remove it from the defaults.
This bug may be related to https://bugzilla.gnome.org/show_bug.cgi?id=602560
We might use something like winpidgin_shell_execute()/winpidgin_notify_uri() from pidgin/win32/gtkwin32dep.c.
g_spawn is supposed to work on Windows. Is none of the external commands / filters / outputbox functional?
I found somewhere that gspawn-win32-helper.exe needs to be in the PATH to make this work. Can anybody check this on windows? If this helps, how can we make sure that we have gspawn-win32-helper.exe in the PATH? Can we do something with the installer?
This should be fixed in 2.0.1, can you confirm this?
We believe this to be fixed. Please reopen if this is not the case.