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 Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs