Hi Craig, The problem you mention with Chromium not opening XML files produced by checkbox has been reported as bug 1026614 and we should address it separately.
Now for the issue at hand here: there's some inconsistency in how to fetch default browser information from the system, and there's, sadly, little that Checkbox can do about that. To find out which application Checkbox will use to open the report, you can put this in a text file (call it get-browser.py): from gi.repository import Gio print Gio.app_info_get_default_for_type("application/xml", False).get_executable() then run it: $ python get-browser.py If this doesn't get the browser you configured in System Settings -> Details -> Default Applications, then it may be getting it from a different setting, namely the one in /etc/alternatives. To see which browser this points to, do: update-alternatives --display gnome-www-browser update-alternatives --display x-www-browser If these don't point to your desired browser, you can change this by: sudo update-alternatives --config gnome-www-browser -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/832673 Title: Error message when you try to view the report To manage notifications about this bug go to: https://bugs.launchpad.net/checkbox/+bug/832673/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs