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

[REBOL] Re: How to set default browser in unix REBOL/View

From: jtp:dok at: 30-Oct-2001 18:59

On Tue, Oct 30, 2001 at 09:46:07PM +1100, Robert Kovacic wrote:
> I am trying REBOL/View under unix (SCO Openserver 5.0.6) and the browse > command does not launch my browser (Netscape 4.7). Is the location/name of > the default browser built into View, and if so, where/what does it look for? > Alternatively, how can I specify the default browser that View should use? > > Regards, Robert Kovacic >
Since I just posted this same question earlier in the day, and received a fairly quick answer, I'll go ahead and volunteer the information I was given by Jeff Kreis <[jeff--rebol--net]>. To quote Jeff: To find the browser, Unix REBOL/View pays attention to the MOZILLA_HOME environment variable. Failing that, it looks for netscape in /usr/local/bin and /usr/bin. Yes, the unix browser determining algorithm is rather simple minded. So for me, setting MOZILLA_HOME to /opt/gnome/lib/mozilla did the trick. Yes, it's simple, but what matters is that it works. Hope this helps, and thanks to Jeff as well. .troy --- /************************/ /* J. Troy Piper */ /* <[jtp--dok--org]> */ /* Ignotum per Ignotius */ /************************/