Apport first tries to use xdg-open as we can see below:
try:
subprocess.call(sudo_prefix + ['xdg-open', url])
except OSError as e:
# fall back to webbrowser
webbrowser.open(url, new=True, autoraise=True)
sys.exit(0)
What happens if you try to use 'xdg-open' and a url?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1464053
Title:
ubuntu-bug is itself broken
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1464053/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs