Re: Firefox remote option removed
Shigio YAMAGUCHI <[email protected]>
| Newsgroups | gmane.comp.gnu.global.bugs |
|---|---|
| Message-ID | <CADJmJYqNwn-Wo7idg=jZPfLPbNR+dZt-44s=M1yfhe5Fi9OrWw@mail.gmail.com> |
Hi, OK. Attached is a patch for it. Thank you for the information. Regards Shigio 2015-09-03 8:08 GMT+09:00 Nicolas Porcel <[email protected]>: > Hello, > > Firefox have removed the -remote command live option since version 39. > It can only be activated by a compilation flag (source: > https://bugzilla.mozilla.org/show_bug.cgi?id=1080319). Could you modify > gozilla so that it calls Firefox with the following syntax: "firefox > http://www.example.com/"? > > Thanks and best regards, > > Nicolas > > _______________________________________________ > Bug-global mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/bug-global > -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3 _______________________________________________ Bug-global mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-global
gozilla.patch
(application/octet-stream, 710 B)
Index: gozilla.c
===================================================================
RCS file: /sources/global/global/gozilla/gozilla.c,v
retrieving revision 1.66
diff -c -r1.66 gozilla.c
*** gozilla.c 22 Jun 2015 06:42:36 -0000 1.66
--- gozilla.c 3 Sep 2015 04:05:48 -0000
***************
*** 617,623 ****
--- 617,626 ----
* Browsers which have openURL() command.
*/
if (locatestring(browser, "mozilla", MATCH_AT_LAST) ||
+ /*
+ * Firefox have removed the -remote command live option since version 39.
locatestring(browser, "firefox", MATCH_AT_LAST) ||
+ */
locatestring(browser, "netscape", MATCH_AT_LAST) ||
locatestring(browser, "netscape-remote", MATCH_AT_LAST))
{