On Thursday 31 of May 2012 12:57:36 Jiri Moskovcak wrote:

> On 05/31/2012 12:14 PM, Jakub Filak wrote:

> > diff --git a/src/plugins/ureport_event.conf

> > b/src/plugins/ureport_event.conf new file mode 100644

> > index 0000000..2d465b8

> > --- /dev/null

> > +++ b/src/plugins/ureport_event.conf

> > @@ -0,0 +1,11 @@

> > +EVENT=report_uReport analyzer=CCpp reporter-ureport

> > +

> > +EVENT=report_uReport analyzer=Python reporter-ureport

> > +

> > +EVENT=report_uReport analyzer=Kerneloops reporter-ureport

> > +

>

> - I'm not sure if this ^ is needed, there is no such use case where we

> need to run the ureport plugin on demand from wizard.

 

It is need by report-gtk. Please, see the lines below.

 

>

> > +EVENT=report-gui analyzer=CCpp

> > + report-gtk -e report_uReport -e analyze_LocalGDB -e

> > report_Bugzilla -- "$DUMP_DIR" +

> > +EVENT=report-gui analyzer!=CCpp

> > + report-gtk -e report_uReport -e report_Bugzilla -- "$DUMP_DIR"

>

> - the rest seems ok