Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Can browse be made to work with Linux?

From: juan-carlos:miranda:thalesatm at: 10-Mar-2004 10:43

Two solutions : - if set-browser-path is available in your vm version, call it with your mozilla path - if not, try (as root) to make the following manipulation : ln -sf <path-to-mozilla>/mozilla /usr/bin/netscape this works as rebol is looking for netscape as default browser. Hope this helps. Bouba Carl Read wrote: