On Thu, Feb 25, 2010 at 5:49 PM, Noam Yorav-Raphael <noamraph@xxxxxxxxx> wrote: > I wrote a program called DreamPie (http://dreampie.sourceforge.net), > with all of its development hosted on launchpad. > > The program includes a PyGTK exception hook which displays the stack > trace upon exceptions. I would like to add to it a feature that will > help users send bug reports, by opening a bug submission page with the > traceback and some other diagnostic data, to let the user add any more > info he has and submit the bug. This is similar to what apport does, > but I want something that will work on other OSes too, not only on > Ubuntu. I'd have a look at apport-cli. If it isn't easy to port or doesn't do everything you need, the source code may answer your question. Also, by inspecting the javascript on launchpad it is easy to see how to specify the summary in a URL: https://bugs.launchpad.net/ubuntu/+source/vim/+filebug/?field.title=foo The "Further Information" Field seems to be buried in a frame, so it is harder to see how that might be set from a URL. Someone who knows more about launchpad may be more informative. -- John C. McCabe-Dansted
This is the launchpad-users mailing list archive — see also the general help for Launchpad.net mailing lists.
(Formatted by MHonArc.)