[Bug 353372] Re: BOINC patch 003 launches the wrong browser

Daniel Hahler launchpad at thequod.de
Sun Mar 28 20:56:53 UTC 2010


Can you please test "sensible-browser example.com" ?

This is what the patch is using (and this bug is about):

 void wxHyperLink::ExecuteLink (const wxString &strLink) {
-    if (!wxLaunchDefaultBrowser(strLink)) {
+    wxString cmd = wxT("sensible-browser ") + strLink;
+    if (!::wxExecute(cmd, wxEXEC_ASYNC)) {
         wxString strDialogTitle = wxEmptyString;
         wxString strDialogMessage = wxEmptyString;

-- 
BOINC patch 003 launches the wrong browser
https://bugs.launchpad.net/bugs/353372
You received this bug notification because you are a member of Debian
BOINC Maintainers, which is subscribed to boinc in ubuntu.



More information about the pkg-boinc-devel mailing list