<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>On the topic of opening arbitrary URLs, is there a reason why the openUrl feature is implemented as a function in the Networking::Browser namespace and not in the OSystem class?</div><div>To me the feature seems similar to the displayLogFile() and I would expect to have it in the same place. Also I can see use not related to the cloud, e.g. to have a Help button that opens the FAQ or User Manual page from our web site.</div><div><br></div><div>If you think that it would be better to have it in OSystem I can do the change. Otherwise I will just leave it were it is.</div><div><br></div><div>Thierry</div><br><div><div>On 05 Sep 2016, at 22:46, Eugene Sandulenko <<a href="mailto:sev.mail@gmail.com">sev.mail@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">On 5 September 2016 at 21:11, Luc Schrijvers <span dir="ltr"><<a href="mailto:begasus@gmail.com" target="_blank">begasus@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Make failed on me not finding getifaddrs, adding #elif defined _BSD_SOURCE in the localwebserver.cpp file after line 298 fixed that issue on Haiku, but when I try to start the server in ScummVM I get the local address 0.0.0.0 ... (and in Terminal it shows me "WARNING: LocalWebserver: Failed to resolve IP with the default way!"</div></blockquote><div><br></div><div>Do you have a reliable way of determining current IP address of the machine? That is the function to use here.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Also Haiku is missing xdg-utils to use xdg-open ... "/bin/sh: xdg-open: command not found"</div><div>Any pointers that I could use?</div></div></blockquote><div><br></div><div>Do you have a way of opening an arbitrary URL in a local browser on the machine? This is the one which you need to implement here. Most probably you need to put it into openurl-beos.cpp or similar.</div><div><br></div><div><br></div><div>Eugene</div></div></div></div>
_______________________________________________<br>Scummvm-devel mailing list<br><a href="mailto:Scummvm-devel@lists.scummvm.org">Scummvm-devel@lists.scummvm.org</a><br>http://lists.scummvm.org/listinfo/scummvm-devel<br></blockquote></div><br></body></html>