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

Joseph Stateson josephy at stateson.net
Mon Mar 29 17:28:11 UTC 2010


Hi again :-)

I do not know what the context of patch 7 is.  In looking thru the boinc trunk code
==============
void CViewProjects::OnProjectWebsiteClicked( wxEvent& event ) {
<SNIP>
    pFrame->UpdateStatusText(_("Launching browser..."));
    wxLaunchDefaultBrowser(
        m_TaskGroups[1]->m_Tasks[website_task_index]->m_strWebSiteLink
    );
    pFrame->UpdateStatusText(wxT(""));
<SNIP>
}
==============
and actually executing it, I see the frame text "Launching browser..." and see it erased almost instantly, so I know that wxLaunchDefaultBrowser was executed (or so it would seem).  Boincmgr does launch epiphany, but only after I set epiphany as the default browser in gnome.  Firefox is ignored and the env variable BROWSER remains firefox irregardless of what the default app assigns for the browser.

I have only the object to wxWidgets, not the source to review.  Where was the patch appled that you listed in comment 7?  
Maybe the bug I am trying to report needs to be submitted elsewere or is not the bug this thread is about.

Thanks!

-- 
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