<div dir="ltr">Hi all,<div><br></div><div>In the past week I finished integrating Apport with reportbug modules. </div><div><br></div><div>At the very beginning I implemented a simple UI [1] for submitting bugs using reportbug functionality, then I realized that it's not easy to follow for inexperienced users.</div><div>I looked into reportbug [2] and found it suitable for reuse, but we have to customize it at some points, for example, the support of tags. Basically we only want it to fetch reports tagged with ``apport'' from Debian BTS and only submit bug reports with the tag ``apport''. I got all these features done in [3].</div><div><br></div><div>Next I will address a few bugs in [3].</div><div><br></div><div><br></div><div>[1] <a href="https://github.com/windflyer/apport/blob/gsoc/gtk/reportbug/reportbug-simplified.py">https://github.com/windflyer/apport/blob/gsoc/gtk/reportbug/reportbug-simplified.py</a></div><div>[2] <a href="https://wiki.debian.org/reportbug">https://wiki.debian.org/reportbug</a></div><div>[3] <a href="https://github.com/windflyer/apport/blob/gsoc/gtk/reportbug/reportbug-full">https://github.com/windflyer/apport/blob/gsoc/gtk/reportbug/reportbug-full</a></div></div>