apport-collect is not for reporting bugs, but for updating bugs that
already reported to Launchpad. Perhaps you mean apport-bug or apport-
cli?  If you mean apport-cli, it now contains the following function:

351     def open_url(self, url):
352         text = '%s\n\n  %s\n\n%s' % (
353             _('To continue, you must visit the following URL:'),
354             url,
355             _('You can launch a browser now, or copy this URL into a 
browser on another computer.'))
356 
357         answer = self.ui_question_choice(text, [_('Launch a browser now')], 
False)
358         if answer == [0]:
359             apport.ui.UserInterface.open_url(self, url)

So a link is presented with will take you to the bug filing form in
Launchpad. Does this address your issue?

** Changed in: apport (Ubuntu)
       Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/997020

Title:
  apport-collect does not work on headless servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/997020/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to